Html Css Color HEX #D71218 Fire Engine Red

📋 copy color: '#D71218'

red 215 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #D71218

Tints of Fire Engine Red #D71218

RGB

 RED value IS 215 (84.38% from 255) = 83.66%

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

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

R = 83.66%
G = 7%
B = 9.34%

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

#D71218 (or 0xD71218) is known color: Fire Engine Red. HEX triplet: D7, 12 and 18. RGB value is (215,18,24). Sum of RGB (Red+Green+Blue) = 215+18+24=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71218 is #28EDE7. Grayscale: #4D4D4D. Windows color (decimal): -2682344 or 1577687. OLE color: 1577687.

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

Color convert

RGB 215 18 24 -
CMYK 0 0.92 0.89 0.16
HSL 358.17º 0.85% 0.46% -
HSV(B) 358.17º 0.92% 0.84% -
XYZ 28.41 14.95 2.25 -
YUV 77.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 215 18 24 0 0.92 0.89 0.16 358.17 0.85 0.46
Hex D7 12 18 0 5C 59 10 166 55 2E
Octal 327 22 30 0 134 131 20 546 125 56
Binary 11010111 10010 11000 0 1011100 1011001 10000 101100110 1010101 101110

Color Harmonies of #D71218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71218

Black with #D71218

Text Example


Text Example

White with #D71218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71218; }

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

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

background-color css

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

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

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

border-color css

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

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

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