Html Css Color HEX #D51E28 Fire Engine Red

📋 copy color: '#D51E28'

red 213 ◦ green 30 ◦ blue 40

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

Shades of Fire Engine Red #D51E28

Tints of Fire Engine Red #D51E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 75.27%
G = 10.6%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51E28 (or 0xD51E28) is known color: Fire Engine Red. HEX triplet: D5, 1E and 28. RGB value is (213,30,40). Sum of RGB (Red+Green+Blue) = 213+30+40=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E28 is #2AE1D7. Grayscale: #565656. Windows color (decimal): -2810328 or 2629333. OLE color: 2629333.

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

Color convert

RGB 213 30 40 -
CMYK 0 0.86 0.81 0.16
HSL 356.72º 0.75% 0.48% -
HSV(B) 356.72º 0.86% 0.84% -
XYZ 28.29 15.23 3.46 -
YUV 85.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 213 30 40 0 0.86 0.81 0.16 356.72 0.75 0.48
Hex D5 1E 28 0 56 51 10 165 4B 30
Octal 325 36 50 0 126 121 20 545 113 60
Binary 11010101 11110 101000 0 1010110 1010001 10000 101100101 1001011 110000

Color Harmonies of #D51E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E28

Black with #D51E28

Text Example


Text Example

White with #D51E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E28; }

 p { color: rgb(213,30,40); }

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

background-color css

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

 a { background-color: rgb(213,30,40); }

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

border-color css

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

 span { border-color: rgb(213,30,40); }

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