Html Css Color HEX #CC1516 Fire Engine Red

📋 copy color: '#CC1516'

red 204 ◦ green 21 ◦ blue 22

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

Shades of Fire Engine Red #CC1516

Tints of Fire Engine Red #CC1516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 82.59%
G = 8.5%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC1516 (or 0xCC1516) is known color: Fire Engine Red. HEX triplet: CC, 15 and 16. RGB value is (204,21,22). Sum of RGB (Red+Green+Blue) = 204+21+22=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1516 is #33EAE9. Grayscale: #4C4C4C. Windows color (decimal): -3402474 or 1447372. OLE color: 1447372.

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

Color convert

RGB 204 21 22 -
CMYK 0 0.90 0.89 0.2
HSL 359.67º 0.81% 0.44% -
HSV(B) 359.67º 0.9% 0.8% -
XYZ 25.31 13.43 2.02 -
YUV 75.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 204 21 22 0 0.90 0.89 0.2 359.67 0.81 0.44
Hex CC 15 16 0 5A 59 14 168 51 2C
Octal 314 25 26 0 132 131 24 550 121 54
Binary 11001100 10101 10110 0 1011010 1011001 10100 101101000 1010001 101100

Color Harmonies of #CC1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1516

Black with #CC1516

Text Example


Text Example

White with #CC1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1516; }

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

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

background-color css

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

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

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

border-color css

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

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

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