Html Css Color HEX #D81021 Fire Engine Red

📋 copy color: '#D81021'

red 216 ◦ green 16 ◦ blue 33

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

Shades of Fire Engine Red #D81021

Tints of Fire Engine Red #D81021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 81.51%
G = 6.04%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D81021 (or 0xD81021) is known color: Fire Engine Red. HEX triplet: D8, 10 and 21. RGB value is (216,16,33). Sum of RGB (Red+Green+Blue) = 216+16+33=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D81021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81021 is #27EFDE. Grayscale: #4D4D4D. Windows color (decimal): -2617311 or 2167000. OLE color: 2167000.

HSL color Cylindrical-coordinate representation of color #D81021: hue angle of 354.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81021 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 16 33 -
CMYK 0 0.93 0.85 0.15
HSL 354.9º 0.86% 0.45% -
HSV(B) 354.9º 0.93% 0.85% -
XYZ 28.78 15.08 2.83 -
YUV 77.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 216 16 33 0 0.93 0.85 0.15 354.9 0.86 0.45
Hex D8 10 21 0 5D 55 F 163 56 2D
Octal 330 20 41 0 135 125 17 543 126 55
Binary 11011000 10000 100001 0 1011101 1010101 1111 101100011 1010110 101101

Color Harmonies of #D81021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81021

Black with #D81021

Text Example


Text Example

White with #D81021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81021; }

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

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

background-color css

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

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

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

border-color css

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

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

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