Html Css Color HEX #C7112A Fire Engine Red

📋 copy color: '#C7112A'

red 199 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C7112A

Tints of Fire Engine Red #C7112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 77.13%
G = 6.59%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7112A (or 0xC7112A) is known color: Fire Engine Red. HEX triplet: C7, 11 and 2A. RGB value is (199,17,42). Sum of RGB (Red+Green+Blue) = 199+17+42=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C7112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7112A is #38EED5. Grayscale: #4A4A4A. Windows color (decimal): -3731158 or 2757063. OLE color: 2757063.

HSL color Cylindrical-coordinate representation of color #C7112A: hue angle of 351.76º 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 #C7112A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 42 -
CMYK 0 0.91 0.79 0.22
HSL 351.76º 0.84% 0.42% -
HSV(B) 351.76º 0.91% 0.78% -
XYZ 24.17 12.71 3.37 -
YUV 74.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 199 17 42 0 0.91 0.79 0.22 351.76 0.84 0.42
Hex C7 11 2A 0 5B 4F 16 160 54 2A
Octal 307 21 52 0 133 117 26 540 124 52
Binary 11000111 10001 101010 0 1011011 1001111 10110 101100000 1010100 101010

Color Harmonies of #C7112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7112A

Black with #C7112A

Text Example


Text Example

White with #C7112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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