Html Css Color HEX #CC1518 Fire Engine Red

📋 copy color: '#CC1518'

red 204 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #CC1518

Tints of Fire Engine Red #CC1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 81.93%
G = 8.43%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1518 (or 0xCC1518) is known color: Fire Engine Red. HEX triplet: CC, 15 and 18. RGB value is (204,21,24). Sum of RGB (Red+Green+Blue) = 204+21+24=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1518 is #33EAE7. Grayscale: #4C4C4C. Windows color (decimal): -3402472 or 1578444. OLE color: 1578444.

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

Color convert

RGB 204 21 24 -
CMYK 0 0.90 0.88 0.2
HSL 359.02º 0.81% 0.44% -
HSV(B) 359.02º 0.9% 0.8% -
XYZ 25.33 13.44 2.12 -
YUV 76.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 204 21 24 0 0.90 0.88 0.2 359.02 0.81 0.44
Hex CC 15 18 0 5A 58 14 167 51 2C
Octal 314 25 30 0 132 130 24 547 121 54
Binary 11001100 10101 11000 0 1011010 1011000 10100 101100111 1010001 101100

Color Harmonies of #CC1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1518

Black with #CC1518

Text Example


Text Example

White with #CC1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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