Html Css Color HEX #CC111F Fire Engine Red

📋 copy color: '#CC111F'

red 204 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #CC111F

Tints of Fire Engine Red #CC111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 80.95%
G = 6.75%
B = 12.3%

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

#CC111F (or 0xCC111F) is known color: Fire Engine Red. HEX triplet: CC, 11 and 1F. RGB value is (204,17,31). Sum of RGB (Red+Green+Blue) = 204+17+31=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC111F is #33EEE0. Grayscale: #4A4A4A. Windows color (decimal): -3403489 or 2036172. OLE color: 2036172.

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

Color convert

RGB 204 17 31 -
CMYK 0 0.92 0.85 0.2
HSL 355.51º 0.85% 0.43% -
HSV(B) 355.51º 0.92% 0.8% -
XYZ 25.35 13.34 2.53 -
YUV 74.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 204 17 31 0 0.92 0.85 0.2 355.51 0.85 0.43
Hex CC 11 1F 0 5C 55 14 164 55 2B
Octal 314 21 37 0 134 125 24 544 125 53
Binary 11001100 10001 11111 0 1011100 1010101 10100 101100100 1010101 101011

Color Harmonies of #CC111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC111F

Black with #CC111F

Text Example


Text Example

White with #CC111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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