Html Css Color HEX #C7172A Fire Engine Red

📋 copy color: '#C7172A'

red 199 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #C7172A

Tints of Fire Engine Red #C7172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 75.38%
G = 8.71%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7172A (or 0xC7172A) is known color: Fire Engine Red. HEX triplet: C7, 17 and 2A. RGB value is (199,23,42). Sum of RGB (Red+Green+Blue) = 199+23+42=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7172A is #38E8D5. Grayscale: #4D4D4D. Windows color (decimal): -3729622 or 2758599. OLE color: 2758599.

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

Color convert

RGB 199 23 42 -
CMYK 0 0.88 0.79 0.22
HSL 353.52º 0.79% 0.44% -
HSV(B) 353.52º 0.88% 0.78% -
XYZ 24.28 12.92 3.41 -
YUV 77.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 199 23 42 0 0.88 0.79 0.22 353.52 0.79 0.44
Hex C7 17 2A 0 58 4F 16 162 4F 2C
Octal 307 27 52 0 130 117 26 542 117 54
Binary 11000111 10111 101010 0 1011000 1001111 10110 101100010 1001111 101100

Color Harmonies of #C7172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7172A

Black with #C7172A

Text Example


Text Example

White with #C7172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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