Html Css Color HEX #C7162C Fire Engine Red

📋 copy color: '#C7162C'

red 199 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #C7162C

Tints of Fire Engine Red #C7162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 75.09%
G = 8.3%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7162C (or 0xC7162C) is known color: Fire Engine Red. HEX triplet: C7, 16 and 2C. RGB value is (199,22,44). Sum of RGB (Red+Green+Blue) = 199+22+44=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162C is #38E9D3. Grayscale: #4D4D4D. Windows color (decimal): -3729876 or 2889415. OLE color: 2889415.

HSL color Cylindrical-coordinate representation of color #C7162C: hue angle of 352.54º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7162C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 22 44 -
CMYK 0 0.89 0.78 0.22
HSL 352.54º 0.8% 0.43% -
HSV(B) 352.54º 0.89% 0.78% -
XYZ 24.29 12.9 3.59 -
YUV 77.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 199 22 44 0 0.89 0.78 0.22 352.54 0.8 0.43
Hex C7 16 2C 0 59 4E 16 161 50 2B
Octal 307 26 54 0 131 116 26 541 120 53
Binary 11000111 10110 101100 0 1011001 1001110 10110 101100001 1010000 101011

Color Harmonies of #C7162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7162C

Black with #C7162C

Text Example


Text Example

White with #C7162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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