Html Css Color HEX #CC1820 Fire Engine Red

📋 copy color: '#CC1820'

red 204 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #CC1820

Tints of Fire Engine Red #CC1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 78.46%
G = 9.23%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC1820 (or 0xCC1820) is known color: Fire Engine Red. HEX triplet: CC, 18 and 20. RGB value is (204,24,32). Sum of RGB (Red+Green+Blue) = 204+24+32=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1820 is #33E7DF. Grayscale: #4E4E4E. Windows color (decimal): -3401696 or 2103500. OLE color: 2103500.

HSL color Cylindrical-coordinate representation of color #CC1820: hue angle of 357.33º degrees, saturation: 0.79, 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 #CC1820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 32 -
CMYK 0 0.88 0.84 0.2
HSL 357.33º 0.79% 0.45% -
HSV(B) 357.33º 0.88% 0.8% -
XYZ 25.49 13.59 2.65 -
YUV 78.73 101.63 217.35 -
System Red Green Blue C M Y K H S L
Decimal 204 24 32 0 0.88 0.84 0.2 357.33 0.79 0.45
Hex CC 18 20 0 58 54 14 165 4F 2D
Octal 314 30 40 0 130 124 24 545 117 55
Binary 11001100 11000 100000 0 1011000 1010100 10100 101100101 1001111 101101

Color Harmonies of #CC1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1820

Black with #CC1820

Text Example


Text Example

White with #CC1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1820; }

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

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

background-color css

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

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

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

border-color css

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

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

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