Html Css Color HEX #D7161D Fire Engine Red

📋 copy color: '#D7161D'

red 215 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #D7161D

Tints of Fire Engine Red #D7161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 80.83%
G = 8.27%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7161D (or 0xD7161D) is known color: Fire Engine Red. HEX triplet: D7, 16 and 1D. RGB value is (215,22,29). Sum of RGB (Red+Green+Blue) = 215+22+29=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7161D is #28E9E2. Grayscale: #505050. Windows color (decimal): -2681315 or 1906391. OLE color: 1906391.

HSL color Cylindrical-coordinate representation of color #D7161D: hue angle of 357.82º 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 #D7161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 29 -
CMYK 0 0.90 0.87 0.16
HSL 357.82º 0.81% 0.46% -
HSV(B) 357.82º 0.9% 0.84% -
XYZ 28.53 15.11 2.57 -
YUV 80.51 98.94 223.93 -
System Red Green Blue C M Y K H S L
Decimal 215 22 29 0 0.90 0.87 0.16 357.82 0.81 0.46
Hex D7 16 1D 0 5A 57 10 166 51 2E
Octal 327 26 35 0 132 127 20 546 121 56
Binary 11010111 10110 11101 0 1011010 1010111 10000 101100110 1010001 101110

Color Harmonies of #D7161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7161D

Black with #D7161D

Text Example


Text Example

White with #D7161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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