#CC0E3C

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

Shades of Crimson #CC0E3C

Tints of Crimson #CC0E3C

Color information

#CC0E3C (or 0xCC0E3C) is unknown color: approx Crimson. HEX triplet: CC, 0E and 3C. RGB value is (204,14,60). Sum of RGB (Red+Green+Blue) = 204+14+60=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0E3C is #33F1C3. Grayscale: #4C4C4C. Windows color (decimal): -3404228 or 3935948. OLE color: 3935948.

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

Color convert

RGB2041460-
CMYK00.930.710.2
HSL345.47º87.16%42.75%-
HSV(B)345.47º93.14%80%-
XYZ25.8713.485.51-
YUV76.05118.95219.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.38%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=73.38%
G=5.04%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204146000.930.710.2345.4787.1642.75
HexCCE3C05D4714159572b
Octal314167401351072453112753
Binary110011001110111100010111011000111101001010110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0E3C; }

 p { color: rgb(204,14,60); }

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

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

 a { background-color: rgb(204,14,60); }

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

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

 span { border-color: rgb(204,14,60); }

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