Html Css Color HEX #CC1718 Fire Engine Red

📋 copy color: '#CC1718'

red 204 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #CC1718

Tints of Fire Engine Red #CC1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 81.27%
G = 9.16%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1718 (or 0xCC1718) is known color: Fire Engine Red. HEX triplet: CC, 17 and 18. RGB value is (204,23,24). Sum of RGB (Red+Green+Blue) = 204+23+24=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1718 is #33E8E7. Grayscale: #4D4D4D. Windows color (decimal): -3401960 or 1578956. OLE color: 1578956.

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

Color convert

RGB 204 23 24 -
CMYK 0 0.89 0.88 0.2
HSL 359.67º 0.8% 0.45% -
HSV(B) 359.67º 0.89% 0.8% -
XYZ 25.37 13.52 2.14 -
YUV 77.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 204 23 24 0 0.89 0.88 0.2 359.67 0.8 0.45
Hex CC 17 18 0 59 58 14 168 50 2D
Octal 314 27 30 0 131 130 24 550 120 55
Binary 11001100 10111 11000 0 1011001 1011000 10100 101101000 1010000 101101

Color Harmonies of #CC1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1718

Black with #CC1718

Text Example


Text Example

White with #CC1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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