Html Css Color HEX #C71922 Fire Engine Red

📋 copy color: '#C71922'

red 199 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #C71922

Tints of Fire Engine Red #C71922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 77.13%
G = 9.69%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C71922 (or 0xC71922) is known color: Fire Engine Red. HEX triplet: C7, 19 and 22. RGB value is (199,25,34). Sum of RGB (Red+Green+Blue) = 199+25+34=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71922 is #38E6DD. Grayscale: #4E4E4E. Windows color (decimal): -3729118 or 2234823. OLE color: 2234823.

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

Color convert

RGB 199 25 34 -
CMYK 0 0.87 0.83 0.22
HSL 356.9º 0.78% 0.44% -
HSV(B) 356.9º 0.87% 0.78% -
XYZ 24.19 12.95 2.74 -
YUV 78.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 199 25 34 0 0.87 0.83 0.22 356.9 0.78 0.44
Hex C7 19 22 0 57 53 16 165 4E 2C
Octal 307 31 42 0 127 123 26 545 116 54
Binary 11000111 11001 100010 0 1010111 1010011 10110 101100101 1001110 101100

Color Harmonies of #C71922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71922

Black with #C71922

Text Example


Text Example

White with #C71922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71922; }

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

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

background-color css

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

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

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

border-color css

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

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

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