Html Css Color HEX #D8131E Fire Engine Red

📋 copy color: '#D8131E'

red 216 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #D8131E

Tints of Fire Engine Red #D8131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 81.51%
G = 7.17%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8131E (or 0xD8131E) is known color: Fire Engine Red. HEX triplet: D8, 13 and 1E. RGB value is (216,19,30). Sum of RGB (Red+Green+Blue) = 216+19+30=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D8131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8131E is #27ECE1. Grayscale: #4F4F4F. Windows color (decimal): -2616546 or 1971160. OLE color: 1971160.

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

Color convert

RGB 216 19 30 -
CMYK 0 0.91 0.86 0.15
HSL 356.65º 0.84% 0.46% -
HSV(B) 356.65º 0.91% 0.85% -
XYZ 28.79 15.16 2.64 -
YUV 79.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 216 19 30 0 0.91 0.86 0.15 356.65 0.84 0.46
Hex D8 13 1E 0 5B 56 F 165 54 2E
Octal 330 23 36 0 133 126 17 545 124 56
Binary 11011000 10011 11110 0 1011011 1010110 1111 101100101 1010100 101110

Color Harmonies of #D8131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8131E

Black with #D8131E

Text Example


Text Example

White with #D8131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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