Html Css Color HEX #D9121B Fire Engine Red

📋 copy color: '#D9121B'

red 217 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #D9121B

Tints of Fire Engine Red #D9121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 82.82%
G = 6.87%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9121B (or 0xD9121B) is known color: Fire Engine Red. HEX triplet: D9, 12 and 1B. RGB value is (217,18,27). Sum of RGB (Red+Green+Blue) = 217+18+27=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D9121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9121B is #26EDE4. Grayscale: #4E4E4E. Windows color (decimal): -2551269 or 1774297. OLE color: 1774297.

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

Color convert

RGB 217 18 27 -
CMYK 0 0.92 0.88 0.15
HSL 357.29º 0.85% 0.46% -
HSV(B) 357.29º 0.92% 0.85% -
XYZ 29.03 15.26 2.45 -
YUV 78.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 217 18 27 0 0.92 0.88 0.15 357.29 0.85 0.46
Hex D9 12 1B 0 5C 58 F 165 55 2E
Octal 331 22 33 0 134 130 17 545 125 56
Binary 11011001 10010 11011 0 1011100 1011000 1111 101100101 1010101 101110

Color Harmonies of #D9121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9121B

Black with #D9121B

Text Example


Text Example

White with #D9121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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