Html Css Color HEX #D81A1D Fire Engine Red

📋 copy color: '#D81A1D'

red 216 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #D81A1D

Tints of Fire Engine Red #D81A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 79.7%
G = 9.59%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D81A1D (or 0xD81A1D) is known color: Fire Engine Red. HEX triplet: D8, 1A and 1D. RGB value is (216,26,29). Sum of RGB (Red+Green+Blue) = 216+26+29=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A1D is #27E5E2. Grayscale: #535353. Windows color (decimal): -2614755 or 1907416. OLE color: 1907416.

HSL color Cylindrical-coordinate representation of color #D81A1D: hue angle of 359.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 29 -
CMYK 0 0.88 0.87 0.15
HSL 359.05º 0.79% 0.47% -
HSV(B) 359.05º 0.88% 0.85% -
XYZ 28.91 15.43 2.62 -
YUV 83.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 216 26 29 0 0.88 0.87 0.15 359.05 0.79 0.47
Hex D8 1A 1D 0 58 57 F 167 4F 2F
Octal 330 32 35 0 130 127 17 547 117 57
Binary 11011000 11010 11101 0 1011000 1010111 1111 101100111 1001111 101111

Color Harmonies of #D81A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A1D

Black with #D81A1D

Text Example


Text Example

White with #D81A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A1D; }

 p { color: rgb(216,26,29); }

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

background-color css

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

 a { background-color: rgb(216,26,29); }

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

border-color css

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

 span { border-color: rgb(216,26,29); }

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