Html Css Color HEX #CC1424 Fire Engine Red

📋 copy color: '#CC1424'

red 204 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #CC1424

Tints of Fire Engine Red #CC1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 78.46%
G = 7.69%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1424 (or 0xCC1424) is known color: Fire Engine Red. HEX triplet: CC, 14 and 24. RGB value is (204,20,36). Sum of RGB (Red+Green+Blue) = 204+20+36=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1424 is #33EBDB. Grayscale: #4C4C4C. Windows color (decimal): -3402716 or 2364620. OLE color: 2364620.

HSL color Cylindrical-coordinate representation of color #CC1424: hue angle of 354.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1424 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 36 -
CMYK 0 0.90 0.82 0.2
HSL 354.78º 0.82% 0.44% -
HSV(B) 354.78º 0.9% 0.8% -
XYZ 25.47 13.47 2.93 -
YUV 76.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 204 20 36 0 0.90 0.82 0.2 354.78 0.82 0.44
Hex CC 14 24 0 5A 52 14 163 52 2C
Octal 314 24 44 0 132 122 24 543 122 54
Binary 11001100 10100 100100 0 1011010 1010010 10100 101100011 1010010 101100

Color Harmonies of #CC1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1424

Black with #CC1424

Text Example


Text Example

White with #CC1424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1424; }

 p { color: rgb(204,20,36); }

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

background-color css

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

 a { background-color: rgb(204,20,36); }

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

border-color css

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

 span { border-color: rgb(204,20,36); }

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