Shades of Crimson #DF0A2F
Tints of Crimson #DF0A2F
RGB
CMYK
RGB Variations
Color information
#DF0A2F (or 0xDF0A2F) is known color: Crimson. HEX triplet: DF, 0A and 2F. RGB value is (223,10,47). Sum of RGB (Red+Green+Blue) = 223+10+47=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A2F is #20F5D0. Grayscale: #4D4D4D. Windows color (decimal): -2160081 or 3082975. OLE color: 3082975.
HSL color Cylindrical-coordinate representation of color #DF0A2F: hue angle of 349.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A2F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.58º | 0.91% | 0.46% | - |
| HSV(B) | 349.58º | 0.96% | 0.87% | - |
| XYZ | 31.05 | 16.11 | 4.16 | - |
| YUV | 77.91 | 110.57 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 47 | 0 | 0.96 | 0.79 | 0.13 | 349.58 | 0.91 | 0.46 |
| Hex | DF | A | 2F | 0 | 60 | 4F | D | 15E | 5B | 2E |
| Octal | 337 | 12 | 57 | 0 | 140 | 117 | 15 | 536 | 133 | 56 |
| Binary | 11011111 | 1010 | 101111 | 0 | 1100000 | 1001111 | 1101 | 101011110 | 1011011 | 101110 |
Color Harmonies of #DF0A2F
Complementary color
Monochromatic Colors of #DF0A2F
Black with #DF0A2F
Text Example
Text Example
White with #DF0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A2F; }
p { color: rgb(223,10,47); }
H1.HeaderClassName
{
color: #DF0A2F;
}
.AnyTagClassName
{
color: #DF0A2F;
}
</style>
background-color css
<style>
a { background-color: #DF0A2F; }
a { background-color: rgb(223,10,47); }
div.DivClassName
{
background-color: #DF0A2F;
}
.BgClassName
{
background-color: #DF0A2F;
}
</style>
border-color css
<style>
span { border-color: #DF0A2F; }
span { border-color: rgb(223,10,47); }
td.TdClassName
{
border-color: #DF0A2F;
}
.TagClassName
{
border-color: #DF0A2F;
}
</style>