Html Css Color HEX #D51020 Fire Engine Red

📋 copy color: '#D51020'

red 213 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #D51020

Tints of Fire Engine Red #D51020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 81.61%
G = 6.13%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51020 (or 0xD51020) is known color: Fire Engine Red. HEX triplet: D5, 10 and 20. RGB value is (213,16,32). Sum of RGB (Red+Green+Blue) = 213+16+32=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D51020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51020 is #2AEFDF. Grayscale: #4C4C4C. Windows color (decimal): -2813920 or 2101461. OLE color: 2101461.

HSL color Cylindrical-coordinate representation of color #D51020: hue angle of 355.13º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51020 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 32 -
CMYK 0 0.92 0.85 0.16
HSL 355.13º 0.86% 0.45% -
HSV(B) 355.13º 0.92% 0.84% -
XYZ 27.89 14.62 2.72 -
YUV 76.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 213 16 32 0 0.92 0.85 0.16 355.13 0.86 0.45
Hex D5 10 20 0 5C 55 10 163 56 2D
Octal 325 20 40 0 134 125 20 543 126 55
Binary 11010101 10000 100000 0 1011100 1010101 10000 101100011 1010110 101101

Color Harmonies of #D51020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51020

Black with #D51020

Text Example


Text Example

White with #D51020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51020; }

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

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

background-color css

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

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

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

border-color css

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

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

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