Html Css Color HEX #CC1318 Fire Engine Red

📋 copy color: '#CC1318'

red 204 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #CC1318

Tints of Fire Engine Red #CC1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 82.59%
G = 7.69%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1318 (or 0xCC1318) is known color: Fire Engine Red. HEX triplet: CC, 13 and 18. RGB value is (204,19,24). Sum of RGB (Red+Green+Blue) = 204+19+24=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1318 is #33ECE7. Grayscale: #4B4B4B. Windows color (decimal): -3402984 or 1577932. OLE color: 1577932.

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

Color convert

RGB 204 19 24 -
CMYK 0 0.91 0.88 0.2
HSL 358.38º 0.83% 0.44% -
HSV(B) 358.38º 0.91% 0.8% -
XYZ 25.3 13.37 2.11 -
YUV 74.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 204 19 24 0 0.91 0.88 0.2 358.38 0.83 0.44
Hex CC 13 18 0 5B 58 14 166 53 2C
Octal 314 23 30 0 133 130 24 546 123 54
Binary 11001100 10011 11000 0 1011011 1011000 10100 101100110 1010011 101100

Color Harmonies of #CC1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1318

Black with #CC1318

Text Example


Text Example

White with #CC1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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