Html Css Color HEX #D8101E Fire Engine Red

📋 copy color: '#D8101E'

red 216 ◦ green 16 ◦ blue 30

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

Shades of Fire Engine Red #D8101E

Tints of Fire Engine Red #D8101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 82.44%
G = 6.11%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8101E (or 0xD8101E) is known color: Fire Engine Red. HEX triplet: D8, 10 and 1E. RGB value is (216,16,30). Sum of RGB (Red+Green+Blue) = 216+16+30=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8101E is #27EFE1. Grayscale: #4D4D4D. Windows color (decimal): -2617314 or 1970392. OLE color: 1970392.

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

Color convert

RGB 216 16 30 -
CMYK 0 0.93 0.86 0.15
HSL 355.8º 0.86% 0.45% -
HSV(B) 355.8º 0.93% 0.85% -
XYZ 28.74 15.06 2.62 -
YUV 77.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 216 16 30 0 0.93 0.86 0.15 355.8 0.86 0.45
Hex D8 10 1E 0 5D 56 F 164 56 2D
Octal 330 20 36 0 135 126 17 544 126 55
Binary 11011000 10000 11110 0 1011101 1010110 1111 101100100 1010110 101101

Color Harmonies of #D8101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8101E

Black with #D8101E

Text Example


Text Example

White with #D8101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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