Html Css Color HEX #D81B21 Fire Engine Red

📋 copy color: '#D81B21'

red 216 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #D81B21

Tints of Fire Engine Red #D81B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

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

R = 78.26%
G = 9.78%
B = 11.96%

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

#D81B21 (or 0xD81B21) is known color: Fire Engine Red. HEX triplet: D8, 1B and 21. RGB value is (216,27,33). Sum of RGB (Red+Green+Blue) = 216+27+33=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81B21 is #27E4DE. Grayscale: #545454. Windows color (decimal): -2614495 or 2169816. OLE color: 2169816.

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

Color convert

RGB 216 27 33 -
CMYK 0 0.88 0.85 0.15
HSL 358.1º 0.78% 0.48% -
HSV(B) 358.1º 0.88% 0.85% -
XYZ 28.99 15.49 2.9 -
YUV 84.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 216 27 33 0 0.88 0.85 0.15 358.1 0.78 0.48
Hex D8 1B 21 0 58 55 F 166 4E 30
Octal 330 33 41 0 130 125 17 546 116 60
Binary 11011000 11011 100001 0 1011000 1010101 1111 101100110 1001110 110000

Color Harmonies of #D81B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B21

Black with #D81B21

Text Example


Text Example

White with #D81B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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