#CF0A42

Color #CF0A42 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CF0A42

Tints of Crimson #CF0A42

Color information

#CF0A42 (or 0xCF0A42) is unknown color: approx Crimson. HEX triplet: CF, 0A and 42. RGB value is (207,10,66). Sum of RGB (Red+Green+Blue) = 207+10+66=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A42 is #30F5BD. Grayscale: #4B4B4B. Windows color (decimal): -3208638 or 4328143. OLE color: 4328143.

HSL color Cylindrical-coordinate representation of color #CF0A42: hue angle of 342.94º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A42 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB2071066-
CMYK00.950.680.19
HSL342.94º90.78%42.55%-
HSV(B)342.94º95.17%81.18%-
XYZ26.8213.886.42-
YUV75.29122.77221.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 73.14%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=73.14%
G=3.53%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207106600.950.680.19342.9490.7842.55
HexCFA4205F44131575b2b
Octal3171210201371042352713353
Binary1100111110101000010010111111000100100111010101111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0A42; }

 p { color: rgb(207,10,66); }

 H1.HeaderClassName
 {
   color: #CF0A42;
 }
 .AnyTagClassName
 {
   color: #CF0A42;
 }
</style>
background-color css

<style>
 a { background-color: #CF0A42; }

 a { background-color: rgb(207,10,66); }

 div.DivClassName
 {
   background-color: #CF0A42;
 }
 .BgClassName
 {
   background-color: #CF0A42;
 }
</style>
border-color css

<style>
 span { border-color: #CF0A42; }

 span { border-color: rgb(207,10,66); }

 td.TdClassName
 {
   border-color: #CF0A42;
 }
 .TagClassName
 {
   border-color: #CF0A42;
 }
</style>