#DF0D49

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

Shades of Crimson #DF0D49

Tints of Crimson #DF0D49

Color information

#DF0D49 (or 0xDF0D49) is unknown color: approx Crimson. HEX triplet: DF, 0D and 49. RGB value is (223,13,73). Sum of RGB (Red+Green+Blue) = 223+13+73=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D49 is #20F2B6. Grayscale: #525252. Windows color (decimal): -2159287 or 4787679. OLE color: 4787679.

HSL color Cylindrical-coordinate representation of color #DF0D49: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D49 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB2231373-
CMYK00.940.670.13
HSL342.86º88.98%46.27%-
HSV(B)342.86º94.17%87.45%-
XYZ31.7816.467.8-
YUV82.63122.57228.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.17%
GREEN value IS 13 (5.47% from 255) = 4.21%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=72.17%
G=4.21%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223137300.940.670.13342.8688.9846.27
HexDFD4905E43D157592e
Octal3371511101361031552713156
Binary110111111101100100101011110100001111011010101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0D49; }

 p { color: rgb(223,13,73); }

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

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

 a { background-color: rgb(223,13,73); }

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

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

 span { border-color: rgb(223,13,73); }

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