Html Css Color HEX #D81A1F Fire Engine Red

📋 copy color: '#D81A1F'

red 216 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #D81A1F

Tints of Fire Engine Red #D81A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 79.12%
G = 9.52%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D81A1F (or 0xD81A1F) is known color: Fire Engine Red. HEX triplet: D8, 1A and 1F. RGB value is (216,26,31). Sum of RGB (Red+Green+Blue) = 216+26+31=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A1F is #27E5E0. Grayscale: #535353. Windows color (decimal): -2614753 or 2038488. OLE color: 2038488.

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

Color convert

RGB 216 26 31 -
CMYK 0 0.88 0.86 0.15
HSL 358.42º 0.79% 0.47% -
HSV(B) 358.42º 0.88% 0.85% -
XYZ 28.94 15.44 2.75 -
YUV 83.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 216 26 31 0 0.88 0.86 0.15 358.42 0.79 0.47
Hex D8 1A 1F 0 58 56 F 166 4F 2F
Octal 330 32 37 0 130 126 17 546 117 57
Binary 11011000 11010 11111 0 1011000 1010110 1111 101100110 1001111 101111

Color Harmonies of #D81A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A1F

Black with #D81A1F

Text Example


Text Example

White with #D81A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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