Html Css Color HEX #D8131B Fire Engine Red

📋 copy color: '#D8131B'

red 216 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #D8131B

Tints of Fire Engine Red #D8131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 82.44%
G = 7.25%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8131B (or 0xD8131B) is known color: Fire Engine Red. HEX triplet: D8, 13 and 1B. RGB value is (216,19,27). Sum of RGB (Red+Green+Blue) = 216+19+27=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8131B is #27ECE4. Grayscale: #4E4E4E. Windows color (decimal): -2616549 or 1774552. OLE color: 1774552.

HSL color Cylindrical-coordinate representation of color #D8131B: hue angle of 357.56º 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 #D8131B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 27 -
CMYK 0 0.91 0.88 0.15
HSL 357.56º 0.84% 0.46% -
HSV(B) 357.56º 0.91% 0.85% -
XYZ 28.75 15.14 2.44 -
YUV 78.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 216 19 27 0 0.91 0.88 0.15 357.56 0.84 0.46
Hex D8 13 1B 0 5B 58 F 166 54 2E
Octal 330 23 33 0 133 130 17 546 124 56
Binary 11011000 10011 11011 0 1011011 1011000 1111 101100110 1010100 101110

Color Harmonies of #D8131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8131B

Black with #D8131B

Text Example


Text Example

White with #D8131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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