Html Css Color HEX #CC1824 Fire Engine Red

📋 copy color: '#CC1824'

red 204 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #CC1824

Tints of Fire Engine Red #CC1824

RGB

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

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

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

R = 77.27%
G = 9.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1824 (or 0xCC1824) is known color: Fire Engine Red. HEX triplet: CC, 18 and 24. RGB value is (204,24,36). Sum of RGB (Red+Green+Blue) = 204+24+36=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1824 is #33E7DB. Grayscale: #4F4F4F. Windows color (decimal): -3401692 or 2365644. OLE color: 2365644.

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

Color convert

RGB 204 24 36 -
CMYK 0 0.88 0.82 0.2
HSL 356º 0.79% 0.45% -
HSV(B) 356º 0.88% 0.8% -
XYZ 25.55 13.62 2.95 -
YUV 79.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 204 24 36 0 0.88 0.82 0.2 356 0.79 0.45
Hex CC 18 24 0 58 52 14 164 4F 2D
Octal 314 30 44 0 130 122 24 544 117 55
Binary 11001100 11000 100100 0 1011000 1010010 10100 101100100 1001111 101101

Color Harmonies of #CC1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1824

Black with #CC1824

Text Example


Text Example

White with #CC1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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