Shades of Crimson #DF0C2B
Tints of Crimson #DF0C2B
RGB
CMYK
RGB Variations
Color information
#DF0C2B (or 0xDF0C2B) is known color: Crimson. HEX triplet: DF, 0C and 2B. RGB value is (223,12,43). Sum of RGB (Red+Green+Blue) = 223+12+43=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C2B is #20F3D4. Grayscale: #4E4E4E. Windows color (decimal): -2159573 or 2821343. OLE color: 2821343.
HSL color Cylindrical-coordinate representation of color #DF0C2B: hue angle of 351.18º degrees, saturation: 0.9, 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 #DF0C2B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.13 |
| HSL | 351.18º | 0.9% | 0.46% | - |
| HSV(B) | 351.18º | 0.95% | 0.87% | - |
| XYZ | 31 | 16.13 | 3.76 | - |
| YUV | 78.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 43 | 0 | 0.95 | 0.81 | 0.13 | 351.18 | 0.9 | 0.46 |
| Hex | DF | C | 2B | 0 | 5F | 51 | D | 15F | 5A | 2E |
| Octal | 337 | 14 | 53 | 0 | 137 | 121 | 15 | 537 | 132 | 56 |
| Binary | 11011111 | 1100 | 101011 | 0 | 1011111 | 1010001 | 1101 | 101011111 | 1011010 | 101110 |
Color Harmonies of #DF0C2B
Complementary color
Monochromatic Colors of #DF0C2B
Black with #DF0C2B
Text Example
Text Example
White with #DF0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C2B; }
p { color: rgb(223,12,43); }
H1.HeaderClassName
{
color: #DF0C2B;
}
.AnyTagClassName
{
color: #DF0C2B;
}
</style>
background-color css
<style>
a { background-color: #DF0C2B; }
a { background-color: rgb(223,12,43); }
div.DivClassName
{
background-color: #DF0C2B;
}
.BgClassName
{
background-color: #DF0C2B;
}
</style>
border-color css
<style>
span { border-color: #DF0C2B; }
span { border-color: rgb(223,12,43); }
td.TdClassName
{
border-color: #DF0C2B;
}
.TagClassName
{
border-color: #DF0C2B;
}
</style>