Html Css Color HEX #C7111F Fire Engine Red

📋 copy color: '#C7111F'

red 199 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #C7111F

Tints of Fire Engine Red #C7111F

RGB

 RED value IS 199 (78.13% from 255) = 80.57%

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

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

R = 80.57%
G = 6.88%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7111F (or 0xC7111F) is known color: Fire Engine Red. HEX triplet: C7, 11 and 1F. RGB value is (199,17,31). Sum of RGB (Red+Green+Blue) = 199+17+31=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7111F is #38EEE0. Grayscale: #494949. Windows color (decimal): -3731169 or 2036167. OLE color: 2036167.

HSL color Cylindrical-coordinate representation of color #C7111F: hue angle of 355.38º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7111F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 31 -
CMYK 0 0.91 0.84 0.22
HSL 355.38º 0.84% 0.42% -
HSV(B) 355.38º 0.91% 0.78% -
XYZ 24 12.64 2.47 -
YUV 73.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 199 17 31 0 0.91 0.84 0.22 355.38 0.84 0.42
Hex C7 11 1F 0 5B 54 16 163 54 2A
Octal 307 21 37 0 133 124 26 543 124 52
Binary 11000111 10001 11111 0 1011011 1010100 10110 101100011 1010100 101010

Color Harmonies of #C7111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7111F

Black with #C7111F

Text Example


Text Example

White with #C7111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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