Html Css Color HEX #CC1624 Fire Engine Red

📋 copy color: '#CC1624'

red 204 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #CC1624

Tints of Fire Engine Red #CC1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

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

R = 77.86%
G = 8.4%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1624 (or 0xCC1624) is known color: Fire Engine Red. HEX triplet: CC, 16 and 24. RGB value is (204,22,36). Sum of RGB (Red+Green+Blue) = 204+22+36=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1624 is #33E9DB. Grayscale: #4E4E4E. Windows color (decimal): -3402204 or 2365132. OLE color: 2365132.

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

Color convert

RGB 204 22 36 -
CMYK 0 0.89 0.82 0.2
HSL 355.38º 0.81% 0.44% -
HSV(B) 355.38º 0.89% 0.8% -
XYZ 25.51 13.54 2.94 -
YUV 78.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 204 22 36 0 0.89 0.82 0.2 355.38 0.81 0.44
Hex CC 16 24 0 59 52 14 163 51 2C
Octal 314 26 44 0 131 122 24 543 121 54
Binary 11001100 10110 100100 0 1011001 1010010 10100 101100011 1010001 101100

Color Harmonies of #CC1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1624

Black with #CC1624

Text Example


Text Example

White with #CC1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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