Html Css Color HEX #D81A20 Fire Engine Red

📋 copy color: '#D81A20'

red 216 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #D81A20

Tints of Fire Engine Red #D81A20

RGB

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

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

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

R = 78.83%
G = 9.49%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D81A20 (or 0xD81A20) is known color: Fire Engine Red. HEX triplet: D8, 1A and 20. RGB value is (216,26,32). Sum of RGB (Red+Green+Blue) = 216+26+32=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A20 is #27E5DF. Grayscale: #535353. Windows color (decimal): -2614752 or 2104024. OLE color: 2104024.

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

Color convert

RGB 216 26 32 -
CMYK 0 0.88 0.85 0.15
HSL 358.11º 0.79% 0.47% -
HSV(B) 358.11º 0.88% 0.85% -
XYZ 28.95 15.44 2.82 -
YUV 83.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 216 26 32 0 0.88 0.85 0.15 358.11 0.79 0.47
Hex D8 1A 20 0 58 55 F 166 4F 2F
Octal 330 32 40 0 130 125 17 546 117 57
Binary 11011000 11010 100000 0 1011000 1010101 1111 101100110 1001111 101111

Color Harmonies of #D81A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A20

Black with #D81A20

Text Example


Text Example

White with #D81A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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