Html Css Color HEX #D7162C Fire Engine Red

📋 copy color: '#D7162C'

red 215 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #D7162C

Tints of Fire Engine Red #D7162C

RGB

 RED value IS 215 (84.38% from 255) = 76.51%

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

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

R = 76.51%
G = 7.83%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7162C (or 0xD7162C) is known color: Fire Engine Red. HEX triplet: D7, 16 and 2C. RGB value is (215,22,44). Sum of RGB (Red+Green+Blue) = 215+22+44=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7162C is #28E9D3. Grayscale: #525252. Windows color (decimal): -2681300 or 2889431. OLE color: 2889431.

HSL color Cylindrical-coordinate representation of color #D7162C: hue angle of 353.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7162C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 44 -
CMYK 0 0.90 0.80 0.16
HSL 353.16º 0.81% 0.46% -
HSV(B) 353.16º 0.9% 0.84% -
XYZ 28.77 15.2 3.8 -
YUV 82.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 215 22 44 0 0.90 0.80 0.16 353.16 0.81 0.46
Hex D7 16 2C 0 5A 50 10 161 51 2E
Octal 327 26 54 0 132 120 20 541 121 56
Binary 11010111 10110 101100 0 1011010 1010000 10000 101100001 1010001 101110

Color Harmonies of #D7162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7162C

Black with #D7162C

Text Example


Text Example

White with #D7162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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