Html Css Color HEX #C71127 Fire Engine Red

📋 copy color: '#C71127'

red 199 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #C71127

Tints of Fire Engine Red #C71127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 78.04%
G = 6.67%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C71127 (or 0xC71127) is known color: Fire Engine Red. HEX triplet: C7, 11 and 27. RGB value is (199,17,39). Sum of RGB (Red+Green+Blue) = 199+17+39=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C71127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71127 is #38EED8. Grayscale: #4A4A4A. Windows color (decimal): -3731161 or 2560455. OLE color: 2560455.

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

Color convert

RGB 199 17 39 -
CMYK 0 0.91 0.80 0.22
HSL 352.75º 0.84% 0.42% -
HSV(B) 352.75º 0.91% 0.78% -
XYZ 24.12 12.69 3.1 -
YUV 73.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 199 17 39 0 0.91 0.80 0.22 352.75 0.84 0.42
Hex C7 11 27 0 5B 50 16 161 54 2A
Octal 307 21 47 0 133 120 26 541 124 52
Binary 11000111 10001 100111 0 1011011 1010000 10110 101100001 1010100 101010

Color Harmonies of #C71127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71127

Black with #C71127

Text Example


Text Example

White with #C71127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71127; }

 p { color: rgb(199,17,39); }

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

background-color css

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

 a { background-color: rgb(199,17,39); }

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

border-color css

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

 span { border-color: rgb(199,17,39); }

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