Html Css Color HEX #C7192A Fire Engine Red

📋 copy color: '#C7192A'

red 199 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #C7192A

Tints of Fire Engine Red #C7192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

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

R = 74.81%
G = 9.4%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7192A (or 0xC7192A) is known color: Fire Engine Red. HEX triplet: C7, 19 and 2A. RGB value is (199,25,42). Sum of RGB (Red+Green+Blue) = 199+25+42=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7192A is #38E6D5. Grayscale: #4F4F4F. Windows color (decimal): -3729110 or 2759111. OLE color: 2759111.

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

Color convert

RGB 199 25 42 -
CMYK 0 0.87 0.79 0.22
HSL 354.14º 0.78% 0.44% -
HSV(B) 354.14º 0.87% 0.78% -
XYZ 24.32 13 3.42 -
YUV 78.96 107.15 213.62 -
System Red Green Blue C M Y K H S L
Decimal 199 25 42 0 0.87 0.79 0.22 354.14 0.78 0.44
Hex C7 19 2A 0 57 4F 16 162 4E 2C
Octal 307 31 52 0 127 117 26 542 116 54
Binary 11000111 11001 101010 0 1010111 1001111 10110 101100010 1001110 101100

Color Harmonies of #C7192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7192A

Black with #C7192A

Text Example


Text Example

White with #C7192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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