#CE0C45

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

Shades of Crimson #CE0C45

Tints of Crimson #CE0C45

Color information

#CE0C45 (or 0xCE0C45) is unknown color: approx Crimson. HEX triplet: CE, 0C and 45. RGB value is (206,12,69). Sum of RGB (Red+Green+Blue) = 206+12+69=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C45 is #31F3BA. Grayscale: #4C4C4C. Windows color (decimal): -3273659 or 4525262. OLE color: 4525262.

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

Color convert

RGB2061269-
CMYK00.940.670.19
HSL342.37º88.99%42.75%-
HSV(B)342.37º94.17%80.78%-
XYZ26.6613.816.89-
YUV76.5123.77220.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 71.78%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=71.78%
G=4.18%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206126900.940.670.19342.3788.9942.75
HexCEC4505E4313156592b
Octal3161410501361032352613153
Binary1100111011001000101010111101000011100111010101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0C45; }

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

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

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

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

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

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

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

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