Html Css Color HEX #D51922 Fire Engine Red

📋 copy color: '#D51922'

red 213 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #D51922

Tints of Fire Engine Red #D51922

RGB

 RED value IS 213 (83.59% from 255) = 78.31%

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

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

R = 78.31%
G = 9.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D51922 (or 0xD51922) is known color: Fire Engine Red. HEX triplet: D5, 19 and 22. RGB value is (213,25,34). Sum of RGB (Red+Green+Blue) = 213+25+34=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D51922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51922 is #2AE6DD. Grayscale: #525252. Windows color (decimal): -2811614 or 2234837. OLE color: 2234837.

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

Color convert

RGB 213 25 34 -
CMYK 0 0.88 0.84 0.16
HSL 357.13º 0.79% 0.47% -
HSV(B) 357.13º 0.88% 0.84% -
XYZ 28.08 14.96 2.92 -
YUV 82.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 213 25 34 0 0.88 0.84 0.16 357.13 0.79 0.47
Hex D5 19 22 0 58 54 10 165 4F 2F
Octal 325 31 42 0 130 124 20 545 117 57
Binary 11010101 11001 100010 0 1011000 1010100 10000 101100101 1001111 101111

Color Harmonies of #D51922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51922

Black with #D51922

Text Example


Text Example

White with #D51922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51922; }

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

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

background-color css

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

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

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

border-color css

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

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

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