Html Css Color HEX #C7171F Fire Engine Red

📋 copy color: '#C7171F'

red 199 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #C7171F

Tints of Fire Engine Red #C7171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 78.66%
G = 9.09%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7171F (or 0xC7171F) is known color: Fire Engine Red. HEX triplet: C7, 17 and 1F. RGB value is (199,23,31). Sum of RGB (Red+Green+Blue) = 199+23+31=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7171F is #38E8E0. Grayscale: #4C4C4C. Windows color (decimal): -3729633 or 2037703. OLE color: 2037703.

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

Color convert

RGB 199 23 31 -
CMYK 0 0.88 0.84 0.22
HSL 357.27º 0.79% 0.44% -
HSV(B) 357.27º 0.88% 0.78% -
XYZ 24.11 12.85 2.51 -
YUV 76.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 199 23 31 0 0.88 0.84 0.22 357.27 0.79 0.44
Hex C7 17 1F 0 58 54 16 165 4F 2C
Octal 307 27 37 0 130 124 26 545 117 54
Binary 11000111 10111 11111 0 1011000 1010100 10110 101100101 1001111 101100

Color Harmonies of #C7171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7171F

Black with #C7171F

Text Example


Text Example

White with #C7171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7171F; }

 p { color: rgb(199,23,31); }

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

background-color css

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

 a { background-color: rgb(199,23,31); }

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

border-color css

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

 span { border-color: rgb(199,23,31); }

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