#CF0A36

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

Shades of Crimson #CF0A36

Tints of Crimson #CF0A36

Color information

#CF0A36 (or 0xCF0A36) is unknown color: approx Crimson. HEX triplet: CF, 0A and 36. RGB value is (207,10,54). Sum of RGB (Red+Green+Blue) = 207+10+54=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A36 is #30F5C9. Grayscale: #494949. Windows color (decimal): -3208650 or 3541711. OLE color: 3541711.

HSL color Cylindrical-coordinate representation of color #CF0A36: hue angle of 346.6º 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 #CF0A36 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB2071054-
CMYK00.950.740.19
HSL346.6º90.78%42.55%-
HSV(B)346.6º95.17%81.18%-
XYZ26.5113.754.75-
YUV73.92116.77222.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 76.38%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=76.38%
G=3.69%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207105400.950.740.19346.690.7842.55
HexCFA3605F4A1315b5b2b
Octal317126601371122353313353
Binary110011111010110110010111111001010100111010110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0A36; }

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

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

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

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

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

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

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

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