Html Css Color HEX #D51920 Fire Engine Red

📋 copy color: '#D51920'

red 213 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #D51920

Tints of Fire Engine Red #D51920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 78.89%
G = 9.26%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51920 (or 0xD51920) is known color: Fire Engine Red. HEX triplet: D5, 19 and 20. RGB value is (213,25,32). Sum of RGB (Red+Green+Blue) = 213+25+32=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D51920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51920 is #2AE6DF. Grayscale: #525252. Windows color (decimal): -2811616 or 2103765. OLE color: 2103765.

HSL color Cylindrical-coordinate representation of color #D51920: hue angle of 357.77º 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 #D51920 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 32 -
CMYK 0 0.88 0.85 0.16
HSL 357.77º 0.79% 0.47% -
HSV(B) 357.77º 0.88% 0.84% -
XYZ 28.05 14.95 2.77 -
YUV 82.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 213 25 32 0 0.88 0.85 0.16 357.77 0.79 0.47
Hex D5 19 20 0 58 55 10 166 4F 2F
Octal 325 31 40 0 130 125 20 546 117 57
Binary 11010101 11001 100000 0 1011000 1010101 10000 101100110 1001111 101111

Color Harmonies of #D51920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51920

Black with #D51920

Text Example


Text Example

White with #D51920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51920; }

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

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

background-color css

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

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

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

border-color css

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

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

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