#cf0e33

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

Shades of Crimson #CF0E33

Tints of Crimson #CF0E33

Color information

#CF0E33 (or 0xCF0E33) is unknown color: approx Crimson. HEX triplet: CF, 0E and 33. RGB value is (207,14,51). Sum of RGB (Red+Green+Blue) = 207+14+51=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0E33 is #30F1CC. Grayscale: #4B4B4B. Windows color (decimal): -3207629 or 3346127. OLE color: 3346127.

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

Color convert

RGB2071451-
CMYK00.930.750.19
HSL348.5º87.33%43.33%-
HSV(B)348.5º93.24%81.18%-
XYZ26.4913.824.4-
YUV75.93113.94221.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 76.10%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=76.10%
G=5.15%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207145100.930.750.19348.587.3343.33
HexCFE3305D4B1315c572b
Octal317166301351132353412753
Binary110011111110110011010111011001011100111010111001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0e33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0e33; }

 p { color: rgb(207,14,51); }

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

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

 a { background-color: rgb(207,14,51); }

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

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

 span { border-color: rgb(207,14,51); }

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