Html Css Color HEX #C7172C Fire Engine Red

📋 copy color: '#C7172C'

red 199 ◦ green 23 ◦ blue 44

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

Shades of Fire Engine Red #C7172C

Tints of Fire Engine Red #C7172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 74.81%
G = 8.65%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7172C (or 0xC7172C) is known color: Fire Engine Red. HEX triplet: C7, 17 and 2C. RGB value is (199,23,44). Sum of RGB (Red+Green+Blue) = 199+23+44=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7172C is #38E8D3. Grayscale: #4E4E4E. Windows color (decimal): -3729620 or 2889671. OLE color: 2889671.

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

Color convert

RGB 199 23 44 -
CMYK 0 0.88 0.78 0.22
HSL 352.84º 0.79% 0.44% -
HSV(B) 352.84º 0.88% 0.78% -
XYZ 24.31 12.94 3.6 -
YUV 78.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 199 23 44 0 0.88 0.78 0.22 352.84 0.79 0.44
Hex C7 17 2C 0 58 4E 16 161 4F 2C
Octal 307 27 54 0 130 116 26 541 117 54
Binary 11000111 10111 101100 0 1011000 1001110 10110 101100001 1001111 101100

Color Harmonies of #C7172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7172C

Black with #C7172C

Text Example


Text Example

White with #C7172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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