Html Css Color HEX #D9151E Fire Engine Red

📋 copy color: '#D9151E'

red 217 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #D9151E

Tints of Fire Engine Red #D9151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 80.97%
G = 7.84%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9151E (or 0xD9151E) is known color: Fire Engine Red. HEX triplet: D9, 15 and 1E. RGB value is (217,21,30). Sum of RGB (Red+Green+Blue) = 217+21+30=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9151E is #26EAE1. Grayscale: #505050. Windows color (decimal): -2550498 or 1971673. OLE color: 1971673.

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

Color convert

RGB 217 21 30 -
CMYK 0 0.90 0.86 0.15
HSL 357.24º 0.82% 0.47% -
HSV(B) 357.24º 0.9% 0.85% -
XYZ 29.12 15.38 2.66 -
YUV 80.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 217 21 30 0 0.90 0.86 0.15 357.24 0.82 0.47
Hex D9 15 1E 0 5A 56 F 165 52 2F
Octal 331 25 36 0 132 126 17 545 122 57
Binary 11011001 10101 11110 0 1011010 1010110 1111 101100101 1010010 101111

Color Harmonies of #D9151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9151E

Black with #D9151E

Text Example


Text Example

White with #D9151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9151E; }

 p { color: rgb(217,21,30); }

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

background-color css

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

 a { background-color: rgb(217,21,30); }

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

border-color css

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

 span { border-color: rgb(217,21,30); }

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