Html Css Color HEX #D51520 Fire Engine Red

📋 copy color: '#D51520'

red 213 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #D51520

Tints of Fire Engine Red #D51520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 80.08%
G = 7.89%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51520 (or 0xD51520) is known color: Fire Engine Red. HEX triplet: D5, 15 and 20. RGB value is (213,21,32). Sum of RGB (Red+Green+Blue) = 213+21+32=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D51520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51520 is #2AEADF. Grayscale: #4F4F4F. Windows color (decimal): -2812640 or 2102741. OLE color: 2102741.

HSL color Cylindrical-coordinate representation of color #D51520: hue angle of 356.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51520 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 32 -
CMYK 0 0.90 0.85 0.16
HSL 356.56º 0.82% 0.46% -
HSV(B) 356.56º 0.9% 0.84% -
XYZ 27.97 14.79 2.75 -
YUV 79.66 101.11 223.11 -
System Red Green Blue C M Y K H S L
Decimal 213 21 32 0 0.90 0.85 0.16 356.56 0.82 0.46
Hex D5 15 20 0 5A 55 10 165 52 2E
Octal 325 25 40 0 132 125 20 545 122 56
Binary 11010101 10101 100000 0 1011010 1010101 10000 101100101 1010010 101110

Color Harmonies of #D51520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51520

Black with #D51520

Text Example


Text Example

White with #D51520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51520; }

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

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

background-color css

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

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

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

border-color css

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

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

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