Html Css Color HEX #D91922 Fire Engine Red

📋 copy color: '#D91922'

red 217 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #D91922

Tints of Fire Engine Red #D91922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 78.62%
G = 9.06%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D91922 (or 0xD91922) is known color: Fire Engine Red. HEX triplet: D9, 19 and 22. RGB value is (217,25,34). Sum of RGB (Red+Green+Blue) = 217+25+34=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D91922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91922 is #26E6DD. Grayscale: #535353. Windows color (decimal): -2549470 or 2234841. OLE color: 2234841.

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

Color convert

RGB 217 25 34 -
CMYK 0 0.88 0.84 0.15
HSL 357.19º 0.79% 0.47% -
HSV(B) 357.19º 0.88% 0.85% -
XYZ 29.25 15.56 2.98 -
YUV 83.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 217 25 34 0 0.88 0.84 0.15 357.19 0.79 0.47
Hex D9 19 22 0 58 54 F 165 4F 2F
Octal 331 31 42 0 130 124 17 545 117 57
Binary 11011001 11001 100010 0 1011000 1010100 1111 101100101 1001111 101111

Color Harmonies of #D91922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91922

Black with #D91922

Text Example


Text Example

White with #D91922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91922; }

 p { color: rgb(217,25,34); }

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

background-color css

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

 a { background-color: rgb(217,25,34); }

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

border-color css

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

 span { border-color: rgb(217,25,34); }

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