#D81D49

Color #D81D49 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D81D49

Tints of Crimson #D81D49

Color information

#D81D49 (or 0xD81D49) is unknown color: approx Crimson. HEX triplet: D8, 1D and 49. RGB value is (216,29,73). Sum of RGB (Red+Green+Blue) = 216+29+73=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D49 is #27E2B6. Grayscale: #595959. Windows color (decimal): -2613943 or 4791768. OLE color: 4791768.

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

Color convert

RGB2162973-
CMYK00.870.660.15
HSL345.88º76.33%48.04%-
HSV(B)345.88º86.57%84.71%-
XYZ29.9615.967.8-
YUV89.93118.45217.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.92%
GREEN value IS 29 (11.72% from 255) = 9.12%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=67.92%
G=9.12%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216297300.870.660.15345.8876.3348.04
HexD81D4905742F15a4c30
Octal3303511101271021753211460
Binary1101100011101100100101010111100001011111010110101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81D49; }

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

 H1.HeaderClassName
 {
   color: #D81D49;
 }
 .AnyTagClassName
 {
   color: #D81D49;
 }
</style>
background-color css

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

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

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

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

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

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