Html Css Color HEX #D51418 Fire Engine Red

📋 copy color: '#D51418'

red 213 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #D51418

Tints of Fire Engine Red #D51418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 82.88%
G = 7.78%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D51418 (or 0xD51418) is known color: Fire Engine Red. HEX triplet: D5, 14 and 18. RGB value is (213,20,24). Sum of RGB (Red+Green+Blue) = 213+20+24=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D51418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51418 is #2AEBE7. Grayscale: #4E4E4E. Windows color (decimal): -2812904 or 1578197. OLE color: 1578197.

HSL color Cylindrical-coordinate representation of color #D51418: hue angle of 358.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51418 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 24 -
CMYK 0 0.91 0.89 0.16
HSL 358.76º 0.83% 0.46% -
HSV(B) 358.76º 0.91% 0.84% -
XYZ 27.86 14.71 2.24 -
YUV 78.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 213 20 24 0 0.91 0.89 0.16 358.76 0.83 0.46
Hex D5 14 18 0 5B 59 10 167 53 2E
Octal 325 24 30 0 133 131 20 547 123 56
Binary 11010101 10100 11000 0 1011011 1011001 10000 101100111 1010011 101110

Color Harmonies of #D51418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51418

Black with #D51418

Text Example


Text Example

White with #D51418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51418; }

 p { color: rgb(213,20,24); }

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

background-color css

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

 a { background-color: rgb(213,20,24); }

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

border-color css

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

 span { border-color: rgb(213,20,24); }

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