Html Css Color HEX #CC1922 Fire Engine Red

📋 copy color: '#CC1922'

red 204 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #CC1922

Tints of Fire Engine Red #CC1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 77.57%
G = 9.51%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1922 (or 0xCC1922) is known color: Fire Engine Red. HEX triplet: CC, 19 and 22. RGB value is (204,25,34). Sum of RGB (Red+Green+Blue) = 204+25+34=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1922 is #33E6DD. Grayscale: #4F4F4F. Windows color (decimal): -3401438 or 2234828. OLE color: 2234828.

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

Color convert

RGB 204 25 34 -
CMYK 0 0.88 0.83 0.2
HSL 356.98º 0.78% 0.45% -
HSV(B) 356.98º 0.88% 0.8% -
XYZ 25.54 13.65 2.8 -
YUV 79.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 204 25 34 0 0.88 0.83 0.2 356.98 0.78 0.45
Hex CC 19 22 0 58 53 14 165 4E 2D
Octal 314 31 42 0 130 123 24 545 116 55
Binary 11001100 11001 100010 0 1011000 1010011 10100 101100101 1001110 101101

Color Harmonies of #CC1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1922

Black with #CC1922

Text Example


Text Example

White with #CC1922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1922; }

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

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

background-color css

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

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

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

border-color css

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

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

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