Html Css Color HEX #C71920 Fire Engine Red

📋 copy color: '#C71920'

red 199 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #C71920

Tints of Fire Engine Red #C71920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 77.73%
G = 9.77%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C71920 (or 0xC71920) is known color: Fire Engine Red. HEX triplet: C7, 19 and 20. RGB value is (199,25,32). Sum of RGB (Red+Green+Blue) = 199+25+32=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C71920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71920 is #38E6DF. Grayscale: #4D4D4D. Windows color (decimal): -3729120 or 2103751. OLE color: 2103751.

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

Color convert

RGB 199 25 32 -
CMYK 0 0.87 0.84 0.22
HSL 357.59º 0.78% 0.44% -
HSV(B) 357.59º 0.87% 0.78% -
XYZ 24.16 12.94 2.59 -
YUV 77.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 199 25 32 0 0.87 0.84 0.22 357.59 0.78 0.44
Hex C7 19 20 0 57 54 16 166 4E 2C
Octal 307 31 40 0 127 124 26 546 116 54
Binary 11000111 11001 100000 0 1010111 1010100 10110 101100110 1001110 101100

Color Harmonies of #C71920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71920

Black with #C71920

Text Example


Text Example

White with #C71920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71920; }

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

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

background-color css

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

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

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

border-color css

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

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

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