Html Css Color HEX #D81A21 Fire Engine Red

📋 copy color: '#D81A21'

red 216 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #D81A21

Tints of Fire Engine Red #D81A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 78.55%
G = 9.45%
B = 12%

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

#D81A21 (or 0xD81A21) is known color: Fire Engine Red. HEX triplet: D8, 1A and 21. RGB value is (216,26,33). Sum of RGB (Red+Green+Blue) = 216+26+33=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A21 is #27E5DE. Grayscale: #535353. Windows color (decimal): -2614751 or 2169560. OLE color: 2169560.

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

Color convert

RGB 216 26 33 -
CMYK 0 0.88 0.85 0.15
HSL 357.79º 0.79% 0.47% -
HSV(B) 357.79º 0.88% 0.85% -
XYZ 28.96 15.45 2.89 -
YUV 83.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 216 26 33 0 0.88 0.85 0.15 357.79 0.79 0.47
Hex D8 1A 21 0 58 55 F 166 4F 2F
Octal 330 32 41 0 130 125 17 546 117 57
Binary 11011000 11010 100001 0 1011000 1010101 1111 101100110 1001111 101111

Color Harmonies of #D81A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A21

Black with #D81A21

Text Example


Text Example

White with #D81A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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