Html Css Color HEX #C71020 Fire Engine Red

📋 copy color: '#C71020'

red 199 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #C71020

Tints of Fire Engine Red #C71020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

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

R = 80.57%
G = 6.48%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C71020 (or 0xC71020) is known color: Fire Engine Red. HEX triplet: C7, 10 and 20. RGB value is (199,16,32). Sum of RGB (Red+Green+Blue) = 199+16+32=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C71020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71020 is #38EFDF. Grayscale: #484848. Windows color (decimal): -3731424 or 2101447. OLE color: 2101447.

HSL color Cylindrical-coordinate representation of color #C71020: hue angle of 354.75º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71020 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 32 -
CMYK 0 0.92 0.84 0.22
HSL 354.75º 0.85% 0.42% -
HSV(B) 354.75º 0.92% 0.78% -
XYZ 24 12.62 2.54 -
YUV 72.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 199 16 32 0 0.92 0.84 0.22 354.75 0.85 0.42
Hex C7 10 20 0 5C 54 16 163 55 2A
Octal 307 20 40 0 134 124 26 543 125 52
Binary 11000111 10000 100000 0 1011100 1010100 10110 101100011 1010101 101010

Color Harmonies of #C71020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71020

Black with #C71020

Text Example


Text Example

White with #C71020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71020; }

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

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

background-color css

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

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

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

border-color css

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

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

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