Html Css Color HEX #D31922 Fire Engine Red

📋 copy color: '#D31922'

red 211 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #D31922

Tints of Fire Engine Red #D31922

RGB

 RED value IS 211 (82.81% from 255) = 78.15%

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

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

R = 78.15%
G = 9.26%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D31922 (or 0xD31922) is known color: Fire Engine Red. HEX triplet: D3, 19 and 22. RGB value is (211,25,34). Sum of RGB (Red+Green+Blue) = 211+25+34=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D31922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31922 is #2CE6DD. Grayscale: #515151. Windows color (decimal): -2942686 or 2234835. OLE color: 2234835.

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

Color convert

RGB 211 25 34 -
CMYK 0 0.88 0.84 0.17
HSL 357.1º 0.79% 0.46% -
HSV(B) 357.1º 0.88% 0.83% -
XYZ 27.5 14.66 2.89 -
YUV 81.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 211 25 34 0 0.88 0.84 0.17 357.1 0.79 0.46
Hex D3 19 22 0 58 54 11 165 4F 2E
Octal 323 31 42 0 130 124 21 545 117 56
Binary 11010011 11001 100010 0 1011000 1010100 10001 101100101 1001111 101110

Color Harmonies of #D31922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31922

Black with #D31922

Text Example


Text Example

White with #D31922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31922; }

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

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

background-color css

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

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

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

border-color css

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

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

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