Html Css Color HEX #C7192B Fire Engine Red

📋 copy color: '#C7192B'

red 199 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #C7192B

Tints of Fire Engine Red #C7192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 74.53%
G = 9.36%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7192B (or 0xC7192B) is known color: Fire Engine Red. HEX triplet: C7, 19 and 2B. RGB value is (199,25,43). Sum of RGB (Red+Green+Blue) = 199+25+43=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7192B is #38E6D4. Grayscale: #4F4F4F. Windows color (decimal): -3729109 or 2824647. OLE color: 2824647.

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

Color convert

RGB 199 25 43 -
CMYK 0 0.87 0.78 0.22
HSL 353.79º 0.78% 0.44% -
HSV(B) 353.79º 0.87% 0.78% -
XYZ 24.34 13.01 3.51 -
YUV 79.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 199 25 43 0 0.87 0.78 0.22 353.79 0.78 0.44
Hex C7 19 2B 0 57 4E 16 162 4E 2C
Octal 307 31 53 0 127 116 26 542 116 54
Binary 11000111 11001 101011 0 1010111 1001110 10110 101100010 1001110 101100

Color Harmonies of #C7192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7192B

Black with #C7192B

Text Example


Text Example

White with #C7192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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