Shades of Crimson #DF0B2B
Tints of Crimson #DF0B2B
RGB
CMYK
RGB Variations
Color information
#DF0B2B (or 0xDF0B2B) is known color: Crimson. HEX triplet: DF, 0B and 2B. RGB value is (223,11,43). Sum of RGB (Red+Green+Blue) = 223+11+43=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B2B is #20F4D4. Grayscale: #4E4E4E. Windows color (decimal): -2159829 or 2821087. OLE color: 2821087.
HSL color Cylindrical-coordinate representation of color #DF0B2B: hue angle of 350.94º 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 #DF0B2B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 43 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.13 |
| HSL | 350.94º | 0.91% | 0.46% | - |
| HSV(B) | 350.94º | 0.95% | 0.87% | - |
| XYZ | 30.99 | 16.1 | 3.76 | - |
| YUV | 78.04 | 108.24 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 43 | 0 | 0.95 | 0.81 | 0.13 | 350.94 | 0.91 | 0.46 |
| Hex | DF | B | 2B | 0 | 5F | 51 | D | 15F | 5B | 2E |
| Octal | 337 | 13 | 53 | 0 | 137 | 121 | 15 | 537 | 133 | 56 |
| Binary | 11011111 | 1011 | 101011 | 0 | 1011111 | 1010001 | 1101 | 101011111 | 1011011 | 101110 |
Color Harmonies of #DF0B2B
Complementary color
Monochromatic Colors of #DF0B2B
Black with #DF0B2B
Text Example
Text Example
White with #DF0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B2B; }
p { color: rgb(223,11,43); }
H1.HeaderClassName
{
color: #DF0B2B;
}
.AnyTagClassName
{
color: #DF0B2B;
}
</style>
background-color css
<style>
a { background-color: #DF0B2B; }
a { background-color: rgb(223,11,43); }
div.DivClassName
{
background-color: #DF0B2B;
}
.BgClassName
{
background-color: #DF0B2B;
}
</style>
border-color css
<style>
span { border-color: #DF0B2B; }
span { border-color: rgb(223,11,43); }
td.TdClassName
{
border-color: #DF0B2B;
}
.TagClassName
{
border-color: #DF0B2B;
}
</style>