Shades of Crimson #DF0B34
Tints of Crimson #DF0B34
RGB
CMYK
RGB Variations
Color information
#DF0B34 (or 0xDF0B34) is known color: Crimson. HEX triplet: DF, 0B and 34. RGB value is (223,11,52). Sum of RGB (Red+Green+Blue) = 223+11+52=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B34 is #20F4CB. Grayscale: #4F4F4F. Windows color (decimal): -2159820 or 3410911. OLE color: 3410911.
HSL color Cylindrical-coordinate representation of color #DF0B34: hue angle of 348.4º 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 #DF0B34 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 52 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.13 |
| HSL | 348.4º | 0.91% | 0.46% | - |
| HSV(B) | 348.4º | 0.95% | 0.87% | - |
| XYZ | 31.17 | 16.18 | 4.73 | - |
| YUV | 79.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 52 | 0 | 0.95 | 0.77 | 0.13 | 348.4 | 0.91 | 0.46 |
| Hex | DF | B | 34 | 0 | 5F | 4D | D | 15C | 5B | 2E |
| Octal | 337 | 13 | 64 | 0 | 137 | 115 | 15 | 534 | 133 | 56 |
| Binary | 11011111 | 1011 | 110100 | 0 | 1011111 | 1001101 | 1101 | 101011100 | 1011011 | 101110 |
Color Harmonies of #DF0B34
Complementary color
Monochromatic Colors of #DF0B34
Black with #DF0B34
Text Example
Text Example
White with #DF0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B34; }
p { color: rgb(223,11,52); }
H1.HeaderClassName
{
color: #DF0B34;
}
.AnyTagClassName
{
color: #DF0B34;
}
</style>
background-color css
<style>
a { background-color: #DF0B34; }
a { background-color: rgb(223,11,52); }
div.DivClassName
{
background-color: #DF0B34;
}
.BgClassName
{
background-color: #DF0B34;
}
</style>
border-color css
<style>
span { border-color: #DF0B34; }
span { border-color: rgb(223,11,52); }
td.TdClassName
{
border-color: #DF0B34;
}
.TagClassName
{
border-color: #DF0B34;
}
</style>