#CC222C

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

Shades of Fire Engine Red #CC222C

Tints of Fire Engine Red #CC222C

Color information

#CC222C (or 0xCC222C) is unknown color: approx Fire Engine Red. HEX triplet: CC, 22 and 2C. RGB value is (204,34,44). Sum of RGB (Red+Green+Blue) = 204+34+44=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC222C is #33DDD3. Grayscale: #565656. Windows color (decimal): -3399124 or 2892492. OLE color: 2892492.

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

Color convert

RGB2043444-
CMYK00.830.780.2
HSL356.47º71.43%46.67%-
HSV(B)356.47º83.33%80%-
XYZ25.9314.163.75-
YUV85.97104.32212.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 72.34%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=72.34%
G=12.06%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204344400.830.780.2356.4771.4346.67
HexCC222C0534E14164472f
Octal314425401231162454410757
Binary11001100100010101100010100111001110101001011001001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC222C; }

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

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

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

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

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

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

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

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