#CC0E22

Color #CC0E22 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC0E22

Tints of Fire Engine Red #CC0E22

Color information

#CC0E22 (or 0xCC0E22) is unknown color: approx Fire Engine Red. HEX triplet: CC, 0E and 22. RGB value is (204,14,34). Sum of RGB (Red+Green+Blue) = 204+14+34=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0E22 is #33F1DD. Grayscale: #494949. Windows color (decimal): -3404254 or 2232012. OLE color: 2232012.

HSL color Cylindrical-coordinate representation of color #CC0E22: hue angle of 353.68º 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 #CC0E22 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2041434-
CMYK00.930.830.2
HSL353.68º87.16%42.75%-
HSV(B)353.68º93.14%80%-
XYZ25.3513.272.74-
YUV73.09105.95221.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80.95%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=80.95%
G=5.56%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204143400.930.830.2353.6887.1642.75
HexCCE2205D5314162572b
Octal314164201351232454212753
Binary110011001110100010010111011010011101001011000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0E22; }

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

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

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

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

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

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

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

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