Html Css Color HEX #D51518 Fire Engine Red

📋 copy color: '#D51518'

red 213 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #D51518

Tints of Fire Engine Red #D51518

RGB

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

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

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

R = 82.56%
G = 8.14%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D51518 (or 0xD51518) is known color: Fire Engine Red. HEX triplet: D5, 15 and 18. RGB value is (213,21,24). Sum of RGB (Red+Green+Blue) = 213+21+24=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D51518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51518 is #2AEAE7. Grayscale: #4E4E4E. Windows color (decimal): -2812648 or 1578453. OLE color: 1578453.

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

Color convert

RGB 213 21 24 -
CMYK 0 0.90 0.89 0.16
HSL 359.06º 0.82% 0.46% -
HSV(B) 359.06º 0.9% 0.84% -
XYZ 27.87 14.75 2.24 -
YUV 78.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 213 21 24 0 0.90 0.89 0.16 359.06 0.82 0.46
Hex D5 15 18 0 5A 59 10 167 52 2E
Octal 325 25 30 0 132 131 20 547 122 56
Binary 11010101 10101 11000 0 1011010 1011001 10000 101100111 1010010 101110

Color Harmonies of #D51518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51518

Black with #D51518

Text Example


Text Example

White with #D51518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51518; }

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

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

background-color css

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

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

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

border-color css

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

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

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