Html Css Color HEX #D51217 Fire Engine Red

📋 copy color: '#D51217'

red 213 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #D51217

Tints of Fire Engine Red #D51217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 83.86%
G = 7.09%
B = 9.06%

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

#D51217 (or 0xD51217) is known color: Fire Engine Red. HEX triplet: D5, 12 and 17. RGB value is (213,18,23). Sum of RGB (Red+Green+Blue) = 213+18+23=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D51217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51217 is #2AEDE8. Grayscale: #4D4D4D. Windows color (decimal): -2813417 or 1512149. OLE color: 1512149.

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

Color convert

RGB 213 18 23 -
CMYK 0 0.92 0.89 0.16
HSL 358.46º 0.84% 0.45% -
HSV(B) 358.46º 0.92% 0.84% -
XYZ 27.81 14.64 2.17 -
YUV 76.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 213 18 23 0 0.92 0.89 0.16 358.46 0.84 0.45
Hex D5 12 17 0 5C 59 10 166 54 2D
Octal 325 22 27 0 134 131 20 546 124 55
Binary 11010101 10010 10111 0 1011100 1011001 10000 101100110 1010100 101101

Color Harmonies of #D51217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51217

Black with #D51217

Text Example


Text Example

White with #D51217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51217; }

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

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

background-color css

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

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

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

border-color css

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

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

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