Html Css Color HEX #CC111E Fire Engine Red

📋 copy color: '#CC111E'

red 204 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #CC111E

Tints of Fire Engine Red #CC111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 81.27%
G = 6.77%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC111E (or 0xCC111E) is known color: Fire Engine Red. HEX triplet: CC, 11 and 1E. RGB value is (204,17,30). Sum of RGB (Red+Green+Blue) = 204+17+30=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC111E is #33EEE1. Grayscale: #4A4A4A. Windows color (decimal): -3403490 or 1970636. OLE color: 1970636.

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

Color convert

RGB 204 17 30 -
CMYK 0 0.92 0.85 0.2
HSL 355.83º 0.85% 0.43% -
HSV(B) 355.83º 0.92% 0.8% -
XYZ 25.34 13.33 2.47 -
YUV 74.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 204 17 30 0 0.92 0.85 0.2 355.83 0.85 0.43
Hex CC 11 1E 0 5C 55 14 164 55 2B
Octal 314 21 36 0 134 125 24 544 125 53
Binary 11001100 10001 11110 0 1011100 1010101 10100 101100100 1010101 101011

Color Harmonies of #CC111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC111E

Black with #CC111E

Text Example


Text Example

White with #CC111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC111E; }

 p { color: rgb(204,17,30); }

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

background-color css

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

 a { background-color: rgb(204,17,30); }

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

border-color css

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

 span { border-color: rgb(204,17,30); }

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