Html Css Color HEX #D81D21 Fire Engine Red

📋 copy color: '#D81D21'

red 216 ◦ green 29 ◦ blue 33

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

Shades of Fire Engine Red #D81D21

Tints of Fire Engine Red #D81D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

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

R = 77.7%
G = 10.43%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D81D21 (or 0xD81D21) is known color: Fire Engine Red. HEX triplet: D8, 1D and 21. RGB value is (216,29,33). Sum of RGB (Red+Green+Blue) = 216+29+33=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D21 is #27E2DE. Grayscale: #555555. Windows color (decimal): -2613983 or 2170328. OLE color: 2170328.

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

Color convert

RGB 216 29 33 -
CMYK 0 0.87 0.85 0.15
HSL 358.72º 0.76% 0.48% -
HSV(B) 358.72º 0.87% 0.85% -
XYZ 29.03 15.59 2.92 -
YUV 85.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 216 29 33 0 0.87 0.85 0.15 358.72 0.76 0.48
Hex D8 1D 21 0 57 55 F 167 4C 30
Octal 330 35 41 0 127 125 17 547 114 60
Binary 11011000 11101 100001 0 1010111 1010101 1111 101100111 1001100 110000

Color Harmonies of #D81D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D21

Black with #D81D21

Text Example


Text Example

White with #D81D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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