#CE0C34

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

Shades of Crimson #CE0C34

Tints of Crimson #CE0C34

Color information

#CE0C34 (or 0xCE0C34) is unknown color: approx Crimson. HEX triplet: CE, 0C and 34. RGB value is (206,12,52). Sum of RGB (Red+Green+Blue) = 206+12+52=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C34 is #31F3CB. Grayscale: #4A4A4A. Windows color (decimal): -3273676 or 3411150. OLE color: 3411150.

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

Color convert

RGB2061252-
CMYK00.940.750.19
HSL347.63º88.99%42.75%-
HSV(B)347.63º94.17%80.78%-
XYZ26.213.634.5-
YUV74.57115.27221.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.30%
GREEN value IS 12 (5.08% from 255) = 4.44%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=76.30%
G=4.44%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206125200.940.750.19347.6388.9942.75
HexCEC3405E4B1315c592b
Octal316146401361132353413153
Binary110011101100110100010111101001011100111010111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0C34; }

 p { color: rgb(206,12,52); }

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

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

 a { background-color: rgb(206,12,52); }

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

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

 span { border-color: rgb(206,12,52); }

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