Color Hex Logo

#cf132d Color Hex

#CF132D
(207,19,45)
0 Favorites   0 Comments

Color spaces of #cf132d

RGB 2071945
HSL0.980.830.44
HSV352°91°81°
CMYK 0.000.910.78   0.19
XYZ26.438713.92063.7761
Yxy13.92060.59900.3154
Hunter Lab37.310361.194920.1166
CIE-Lab44.118867.257338.4316

#cf132d color RGB value is (207,19,45).

#cf132d hex color red value is 207, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cf132d hue: 0.98 , saturation: 0.83 and the lightness value of cf132d is 0.44.

The process color (four color CMYK) of #cf132d color hex is 0.00, 0.91, 0.78, 0.19. Web safe color of #cf132d is #cc0033. Color #cf132d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00010011 00101101
Octal 317 23 55
Decimal 207 19 45
Hex CF 13 2D

RGB Percentages of Color #cf132d

%76.38
%7.01
%16.61

CMYK Percentages of Color #cf132d

%0
%91
%78
%19

Triadic Colors of #cf132d

#cf132d #2dcf13 #132dcf

Analogous Colors of #cf132d

#cf132d #cf5713 #cf138b

Monochromatic Colors of #cf132d

#cf132d

Complementary Color

#cf132d #13cfb5

#cf132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf132d Color CSS Codes

.mybgcolor {background-color:#cf132d; } 
.myforecolor {color:#cf132d; }
.mybordercolor {border:3px solid #cf132d; }

#cf132d Text Font Color

<p style="color:#cf132d">Text here</p>

This sample text font color is #cf132d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cf132d Background Color

<div style="background-color:#cf132d">
Div content here</div>

This div background color is #cf132d


#cf132d Border Color

<div style="border:3px solid #cf132d">
Div here</div>

This div border color is #cf132d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,19,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf132d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf132d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf132d;
  box-shadow:         1px 1px 3px 2px #cf132d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,19,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cf132d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cf132d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf132d;
  box-shadow:         1px 1px 3px 2px #cf132d;">
Div content here</div>

This div box has shadow with color #cf132d


Comments

No comments written yet.

Please login to write comment.