Shades of Crimson #DF0A2B
Tints of Crimson #DF0A2B
RGB
CMYK
RGB Variations
Color information
#DF0A2B (or 0xDF0A2B) is known color: Crimson. HEX triplet: DF, 0A and 2B. RGB value is (223,10,43). Sum of RGB (Red+Green+Blue) = 223+10+43=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A2B is #20F5D4. Grayscale: #4D4D4D. Windows color (decimal): -2160085 or 2820831. OLE color: 2820831.
HSL color Cylindrical-coordinate representation of color #DF0A2B: hue angle of 350.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A2B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.7º | 0.91% | 0.46% | - |
| HSV(B) | 350.7º | 0.96% | 0.87% | - |
| XYZ | 30.98 | 16.08 | 3.76 | - |
| YUV | 77.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 43 | 0 | 0.96 | 0.81 | 0.13 | 350.7 | 0.91 | 0.46 |
| Hex | DF | A | 2B | 0 | 60 | 51 | D | 15F | 5B | 2E |
| Octal | 337 | 12 | 53 | 0 | 140 | 121 | 15 | 537 | 133 | 56 |
| Binary | 11011111 | 1010 | 101011 | 0 | 1100000 | 1010001 | 1101 | 101011111 | 1011011 | 101110 |
Color Harmonies of #DF0A2B
Complementary color
Monochromatic Colors of #DF0A2B
Black with #DF0A2B
Text Example
Text Example
White with #DF0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A2B; }
p { color: rgb(223,10,43); }
H1.HeaderClassName
{
color: #DF0A2B;
}
.AnyTagClassName
{
color: #DF0A2B;
}
</style>
background-color css
<style>
a { background-color: #DF0A2B; }
a { background-color: rgb(223,10,43); }
div.DivClassName
{
background-color: #DF0A2B;
}
.BgClassName
{
background-color: #DF0A2B;
}
</style>
border-color css
<style>
span { border-color: #DF0A2B; }
span { border-color: rgb(223,10,43); }
td.TdClassName
{
border-color: #DF0A2B;
}
.TagClassName
{
border-color: #DF0A2B;
}
</style>