#CF0C46

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

Shades of Crimson #CF0C46

Tints of Crimson #CF0C46

Color information

#CF0C46 (or 0xCF0C46) is unknown color: approx Crimson. HEX triplet: CF, 0C and 46. RGB value is (207,12,70). Sum of RGB (Red+Green+Blue) = 207+12+70=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C46 is #30F3B9. Grayscale: #4C4C4C. Windows color (decimal): -3208122 or 4590799. OLE color: 4590799.

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

Color convert

RGB2071270-
CMYK00.940.660.19
HSL342.15º89.04%42.94%-
HSV(B)342.15º94.2%81.18%-
XYZ26.9713.977.07-
YUV76.92124.1220.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.63%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=71.63%
G=4.15%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207127000.940.660.19342.1589.0442.94
HexCFC4605E4213156592b
Octal3171410601361022352613153
Binary1100111111001000110010111101000010100111010101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C46; }

 p { color: rgb(207,12,70); }

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

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

 a { background-color: rgb(207,12,70); }

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

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

 span { border-color: rgb(207,12,70); }

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