Shades of Crimson #DF0B35
Tints of Crimson #DF0B35
RGB
CMYK
RGB Variations
Color information
#DF0B35 (or 0xDF0B35) is known color: Crimson. HEX triplet: DF, 0B and 35. RGB value is (223,11,53). Sum of RGB (Red+Green+Blue) = 223+11+53=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B35 is #20F4CA. Grayscale: #4F4F4F. Windows color (decimal): -2159819 or 3476447. OLE color: 3476447.
HSL color Cylindrical-coordinate representation of color #DF0B35: hue angle of 348.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B35 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 53 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.13 |
| HSL | 348.11º | 0.91% | 0.46% | - |
| HSV(B) | 348.11º | 0.95% | 0.87% | - |
| XYZ | 31.19 | 16.18 | 4.85 | - |
| YUV | 79.18 | 113.24 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 53 | 0 | 0.95 | 0.76 | 0.13 | 348.11 | 0.91 | 0.46 |
| Hex | DF | B | 35 | 0 | 5F | 4C | D | 15C | 5B | 2E |
| Octal | 337 | 13 | 65 | 0 | 137 | 114 | 15 | 534 | 133 | 56 |
| Binary | 11011111 | 1011 | 110101 | 0 | 1011111 | 1001100 | 1101 | 101011100 | 1011011 | 101110 |
Color Harmonies of #DF0B35
Complementary color
Monochromatic Colors of #DF0B35
Black with #DF0B35
Text Example
Text Example
White with #DF0B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B35; }
p { color: rgb(223,11,53); }
H1.HeaderClassName
{
color: #DF0B35;
}
.AnyTagClassName
{
color: #DF0B35;
}
</style>
background-color css
<style>
a { background-color: #DF0B35; }
a { background-color: rgb(223,11,53); }
div.DivClassName
{
background-color: #DF0B35;
}
.BgClassName
{
background-color: #DF0B35;
}
</style>
border-color css
<style>
span { border-color: #DF0B35; }
span { border-color: rgb(223,11,53); }
td.TdClassName
{
border-color: #DF0B35;
}
.TagClassName
{
border-color: #DF0B35;
}
</style>