Html Css Color HEX #D81921 Fire Engine Red

📋 copy color: '#D81921'

red 216 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #D81921

Tints of Fire Engine Red #D81921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 78.83%
G = 9.12%
B = 12.04%

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

#D81921 (or 0xD81921) is known color: Fire Engine Red. HEX triplet: D8, 19 and 21. RGB value is (216,25,33). Sum of RGB (Red+Green+Blue) = 216+25+33=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D81921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81921 is #27E6DE. Grayscale: #535353. Windows color (decimal): -2615007 or 2169304. OLE color: 2169304.

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

Color convert

RGB 216 25 33 -
CMYK 0 0.88 0.85 0.15
HSL 357.49º 0.79% 0.47% -
HSV(B) 357.49º 0.88% 0.85% -
XYZ 28.94 15.4 2.89 -
YUV 83.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 216 25 33 0 0.88 0.85 0.15 357.49 0.79 0.47
Hex D8 19 21 0 58 55 F 165 4F 2F
Octal 330 31 41 0 130 125 17 545 117 57
Binary 11011000 11001 100001 0 1011000 1010101 1111 101100101 1001111 101111

Color Harmonies of #D81921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81921

Black with #D81921

Text Example


Text Example

White with #D81921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81921; }

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

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

background-color css

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

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

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

border-color css

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

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

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