Html Css Color HEX #CC1720 Fire Engine Red

📋 copy color: '#CC1720'

red 204 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #CC1720

Tints of Fire Engine Red #CC1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 78.76%
G = 8.88%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC1720 (or 0xCC1720) is known color: Fire Engine Red. HEX triplet: CC, 17 and 20. RGB value is (204,23,32). Sum of RGB (Red+Green+Blue) = 204+23+32=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1720 is #33E8DF. Grayscale: #4E4E4E. Windows color (decimal): -3401952 or 2103244. OLE color: 2103244.

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

Color convert

RGB 204 23 32 -
CMYK 0 0.89 0.84 0.2
HSL 357.02º 0.8% 0.45% -
HSV(B) 357.02º 0.89% 0.8% -
XYZ 25.47 13.55 2.64 -
YUV 78.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 204 23 32 0 0.89 0.84 0.2 357.02 0.8 0.45
Hex CC 17 20 0 59 54 14 165 50 2D
Octal 314 27 40 0 131 124 24 545 120 55
Binary 11001100 10111 100000 0 1011001 1010100 10100 101100101 1010000 101101

Color Harmonies of #CC1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1720

Black with #CC1720

Text Example


Text Example

White with #CC1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1720; }

 p { color: rgb(204,23,32); }

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

background-color css

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

 a { background-color: rgb(204,23,32); }

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

border-color css

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

 span { border-color: rgb(204,23,32); }

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