Html Css Color HEX #CC2227 Fire Engine Red

📋 copy color: '#CC2227'

red 204 ◦ green 34 ◦ blue 39

#CC2227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CC2227

Tints of Fire Engine Red #CC2227

RGB

 RED value IS 204 (80.08% from 255) = 73.65%

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 39 (15.63% from 255) = 14.08%

R = 73.65%
G = 12.27%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2227 (or 0xCC2227) is known color: Fire Engine Red. HEX triplet: CC, 22 and 27. RGB value is (204,34,39). Sum of RGB (Red+Green+Blue) = 204+34+39=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2227 is #33DDD8. Grayscale: #555555. Windows color (decimal): -3399129 or 2564812. OLE color: 2564812.

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

Color convert

RGB 204 34 39 -
CMYK 0 0.83 0.81 0.2
HSL 358.24º 0.71% 0.47% -
HSV(B) 358.24º 0.83% 0.8% -
XYZ 25.84 14.13 3.28 -
YUV 85.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 204 34 39 0 0.83 0.81 0.2 358.24 0.71 0.47
Hex CC 22 27 0 53 51 14 166 47 2F
Octal 314 42 47 0 123 121 24 546 107 57
Binary 11001100 100010 100111 0 1010011 1010001 10100 101100110 1000111 101111

Color Harmonies of #CC2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2227

Black with #CC2227

Text Example


Text Example

White with #CC2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2227; }

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

 H1.HeaderClassName
 {
   color: #CC2227;
 }
 .AnyTagClassName
 {
   color: #CC2227;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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