Shades of Crimson #DF0B42
Tints of Crimson #DF0B42
RGB
CMYK
RGB Variations
Color information
#DF0B42 (or 0xDF0B42) is known color: Crimson. HEX triplet: DF, 0B and 42. RGB value is (223,11,66). Sum of RGB (Red+Green+Blue) = 223+11+66=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B42 is #20F4BD. Grayscale: #505050. Windows color (decimal): -2159806 or 4328415. OLE color: 4328415.
HSL color Cylindrical-coordinate representation of color #DF0B42: hue angle of 344.43º 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 #DF0B42 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 66 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.13 |
| HSL | 344.43º | 0.91% | 0.46% | - |
| HSV(B) | 344.43º | 0.95% | 0.87% | - |
| XYZ | 31.53 | 16.32 | 6.64 | - |
| YUV | 80.66 | 119.74 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 66 | 0 | 0.95 | 0.70 | 0.13 | 344.43 | 0.91 | 0.46 |
| Hex | DF | B | 42 | 0 | 5F | 46 | D | 158 | 5B | 2E |
| Octal | 337 | 13 | 102 | 0 | 137 | 106 | 15 | 530 | 133 | 56 |
| Binary | 11011111 | 1011 | 1000010 | 0 | 1011111 | 1000110 | 1101 | 101011000 | 1011011 | 101110 |
Color Harmonies of #DF0B42
Complementary color
Monochromatic Colors of #DF0B42
Black with #DF0B42
Text Example
Text Example
White with #DF0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B42; }
p { color: rgb(223,11,66); }
H1.HeaderClassName
{
color: #DF0B42;
}
.AnyTagClassName
{
color: #DF0B42;
}
</style>
background-color css
<style>
a { background-color: #DF0B42; }
a { background-color: rgb(223,11,66); }
div.DivClassName
{
background-color: #DF0B42;
}
.BgClassName
{
background-color: #DF0B42;
}
</style>
border-color css
<style>
span { border-color: #DF0B42; }
span { border-color: rgb(223,11,66); }
td.TdClassName
{
border-color: #DF0B42;
}
.TagClassName
{
border-color: #DF0B42;
}
</style>