Html Css Color HEX #D8121E Fire Engine Red

📋 copy color: '#D8121E'

red 216 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #D8121E

Tints of Fire Engine Red #D8121E

RGB

 RED value IS 216 (84.77% from 255) = 81.82%

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 81.82%
G = 6.82%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8121E (or 0xD8121E) is known color: Fire Engine Red. HEX triplet: D8, 12 and 1E. RGB value is (216,18,30). Sum of RGB (Red+Green+Blue) = 216+18+30=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8121E is #27EDE1. Grayscale: #4E4E4E. Windows color (decimal): -2616802 or 1970904. OLE color: 1970904.

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

Color convert

RGB 216 18 30 -
CMYK 0 0.92 0.86 0.15
HSL 356.36º 0.85% 0.46% -
HSV(B) 356.36º 0.92% 0.85% -
XYZ 28.77 15.13 2.63 -
YUV 78.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 216 18 30 0 0.92 0.86 0.15 356.36 0.85 0.46
Hex D8 12 1E 0 5C 56 F 164 55 2E
Octal 330 22 36 0 134 126 17 544 125 56
Binary 11011000 10010 11110 0 1011100 1010110 1111 101100100 1010101 101110

Color Harmonies of #D8121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8121E

Black with #D8121E

Text Example


Text Example

White with #D8121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8121E; }

 p { color: rgb(216,18,30); }

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

background-color css

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

 a { background-color: rgb(216,18,30); }

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

border-color css

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

 span { border-color: rgb(216,18,30); }

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