Shades of Crimson #DF0D4B
Tints of Crimson #DF0D4B
RGB
CMYK
RGB Variations
Color information
#DF0D4B (or 0xDF0D4B) is known color: Crimson. HEX triplet: DF, 0D and 4B. RGB value is (223,13,75). Sum of RGB (Red+Green+Blue) = 223+13+75=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D4B is #20F2B4. Grayscale: #525252. Windows color (decimal): -2159285 or 4918751. OLE color: 4918751.
HSL color Cylindrical-coordinate representation of color #DF0D4B: hue angle of 342.29º 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 #DF0D4B is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 75 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.13 |
| HSL | 342.29º | 0.89% | 0.46% | - |
| HSV(B) | 342.29º | 0.94% | 0.87% | - |
| XYZ | 31.85 | 16.48 | 8.16 | - |
| YUV | 82.86 | 123.57 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 75 | 0 | 0.94 | 0.66 | 0.13 | 342.29 | 0.89 | 0.46 |
| Hex | DF | D | 4B | 0 | 5E | 42 | D | 156 | 59 | 2E |
| Octal | 337 | 15 | 113 | 0 | 136 | 102 | 15 | 526 | 131 | 56 |
| Binary | 11011111 | 1101 | 1001011 | 0 | 1011110 | 1000010 | 1101 | 101010110 | 1011001 | 101110 |
Color Harmonies of #DF0D4B
Complementary color
Monochromatic Colors of #DF0D4B
Black with #DF0D4B
Text Example
Text Example
White with #DF0D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D4B; }
p { color: rgb(223,13,75); }
H1.HeaderClassName
{
color: #DF0D4B;
}
.AnyTagClassName
{
color: #DF0D4B;
}
</style>
background-color css
<style>
a { background-color: #DF0D4B; }
a { background-color: rgb(223,13,75); }
div.DivClassName
{
background-color: #DF0D4B;
}
.BgClassName
{
background-color: #DF0D4B;
}
</style>
border-color css
<style>
span { border-color: #DF0D4B; }
span { border-color: rgb(223,13,75); }
td.TdClassName
{
border-color: #DF0D4B;
}
.TagClassName
{
border-color: #DF0D4B;
}
</style>