Html Css Color HEX #CC111D Fire Engine Red

📋 copy color: '#CC111D'

red 204 ◦ green 17 ◦ blue 29

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

Shades of Fire Engine Red #CC111D

Tints of Fire Engine Red #CC111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 81.6%
G = 6.8%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC111D (or 0xCC111D) is known color: Fire Engine Red. HEX triplet: CC, 11 and 1D. RGB value is (204,17,29). Sum of RGB (Red+Green+Blue) = 204+17+29=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC111D is #33EEE2. Grayscale: #4A4A4A. Windows color (decimal): -3403491 or 1905100. OLE color: 1905100.

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

Color convert

RGB 204 17 29 -
CMYK 0 0.92 0.86 0.2
HSL 356.15º 0.85% 0.43% -
HSV(B) 356.15º 0.92% 0.8% -
XYZ 25.32 13.33 2.4 -
YUV 74.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 204 17 29 0 0.92 0.86 0.2 356.15 0.85 0.43
Hex CC 11 1D 0 5C 56 14 164 55 2B
Octal 314 21 35 0 134 126 24 544 125 53
Binary 11001100 10001 11101 0 1011100 1010110 10100 101100100 1010101 101011

Color Harmonies of #CC111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC111D

Black with #CC111D

Text Example


Text Example

White with #CC111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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