Html Css Color HEX #D51218 Fire Engine Red

📋 copy color: '#D51218'

red 213 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #D51218

Tints of Fire Engine Red #D51218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 83.53%
G = 7.06%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D51218 (or 0xD51218) is known color: Fire Engine Red. HEX triplet: D5, 12 and 18. RGB value is (213,18,24). Sum of RGB (Red+Green+Blue) = 213+18+24=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D51218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51218 is #2AEDE7. Grayscale: #4D4D4D. Windows color (decimal): -2813416 or 1577685. OLE color: 1577685.

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

Color convert

RGB 213 18 24 -
CMYK 0 0.92 0.89 0.16
HSL 358.15º 0.84% 0.45% -
HSV(B) 358.15º 0.92% 0.84% -
XYZ 27.82 14.64 2.22 -
YUV 76.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 213 18 24 0 0.92 0.89 0.16 358.15 0.84 0.45
Hex D5 12 18 0 5C 59 10 166 54 2D
Octal 325 22 30 0 134 131 20 546 124 55
Binary 11010101 10010 11000 0 1011100 1011001 10000 101100110 1010100 101101

Color Harmonies of #D51218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51218

Black with #D51218

Text Example


Text Example

White with #D51218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51218; }

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

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

background-color css

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

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

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

border-color css

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

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

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