Html Css Color HEX #D9161B Fire Engine Red

📋 copy color: '#D9161B'

red 217 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #D9161B

Tints of Fire Engine Red #D9161B

RGB

 RED value IS 217 (85.16% from 255) = 81.58%

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 81.58%
G = 8.27%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9161B (or 0xD9161B) is known color: Fire Engine Red. HEX triplet: D9, 16 and 1B. RGB value is (217,22,27). Sum of RGB (Red+Green+Blue) = 217+22+27=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9161B is #26E9E4. Grayscale: #515151. Windows color (decimal): -2550245 or 1775321. OLE color: 1775321.

HSL color Cylindrical-coordinate representation of color #D9161B: hue angle of 358.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 27 -
CMYK 0 0.90 0.88 0.15
HSL 358.46º 0.82% 0.47% -
HSV(B) 358.46º 0.9% 0.85% -
XYZ 29.1 15.4 2.48 -
YUV 80.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 217 22 27 0 0.90 0.88 0.15 358.46 0.82 0.47
Hex D9 16 1B 0 5A 58 F 166 52 2F
Octal 331 26 33 0 132 130 17 546 122 57
Binary 11011001 10110 11011 0 1011010 1011000 1111 101100110 1010010 101111

Color Harmonies of #D9161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9161B

Black with #D9161B

Text Example


Text Example

White with #D9161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9161B; }

 p { color: rgb(217,22,27); }

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

background-color css

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

 a { background-color: rgb(217,22,27); }

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

border-color css

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

 span { border-color: rgb(217,22,27); }

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