Html Css Color HEX #D81320 Fire Engine Red

📋 copy color: '#D81320'

red 216 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #D81320

Tints of Fire Engine Red #D81320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 80.9%
G = 7.12%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D81320 (or 0xD81320) is known color: Fire Engine Red. HEX triplet: D8, 13 and 20. RGB value is (216,19,32). Sum of RGB (Red+Green+Blue) = 216+19+32=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D81320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81320 is #27ECDF. Grayscale: #4F4F4F. Windows color (decimal): -2616544 or 2102232. OLE color: 2102232.

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

Color convert

RGB 216 19 32 -
CMYK 0 0.91 0.85 0.15
HSL 356.04º 0.84% 0.46% -
HSV(B) 356.04º 0.91% 0.85% -
XYZ 28.81 15.17 2.78 -
YUV 79.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 216 19 32 0 0.91 0.85 0.15 356.04 0.84 0.46
Hex D8 13 20 0 5B 55 F 164 54 2E
Octal 330 23 40 0 133 125 17 544 124 56
Binary 11011000 10011 100000 0 1011011 1010101 1111 101100100 1010100 101110

Color Harmonies of #D81320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81320

Black with #D81320

Text Example


Text Example

White with #D81320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81320; }

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

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

background-color css

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

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

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

border-color css

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

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

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