Shades of Crimson #DF0C32
Tints of Crimson #DF0C32
RGB
CMYK
RGB Variations
Color information
#DF0C32 (or 0xDF0C32) is known color: Crimson. HEX triplet: DF, 0C and 32. RGB value is (223,12,50). Sum of RGB (Red+Green+Blue) = 223+12+50=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C32 is #20F3CD. Grayscale: #4F4F4F. Windows color (decimal): -2159566 or 3280095. OLE color: 3280095.
HSL color Cylindrical-coordinate representation of color #DF0C32: hue angle of 349.19º 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 #DF0C32 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 50 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.13 |
| HSL | 349.19º | 0.9% | 0.46% | - |
| HSV(B) | 349.19º | 0.95% | 0.87% | - |
| XYZ | 31.14 | 16.18 | 4.5 | - |
| YUV | 79.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 50 | 0 | 0.95 | 0.78 | 0.13 | 349.19 | 0.9 | 0.46 |
| Hex | DF | C | 32 | 0 | 5F | 4E | D | 15D | 5A | 2E |
| Octal | 337 | 14 | 62 | 0 | 137 | 116 | 15 | 535 | 132 | 56 |
| Binary | 11011111 | 1100 | 110010 | 0 | 1011111 | 1001110 | 1101 | 101011101 | 1011010 | 101110 |
Color Harmonies of #DF0C32
Complementary color
Monochromatic Colors of #DF0C32
Black with #DF0C32
Text Example
Text Example
White with #DF0C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C32; }
p { color: rgb(223,12,50); }
H1.HeaderClassName
{
color: #DF0C32;
}
.AnyTagClassName
{
color: #DF0C32;
}
</style>
background-color css
<style>
a { background-color: #DF0C32; }
a { background-color: rgb(223,12,50); }
div.DivClassName
{
background-color: #DF0C32;
}
.BgClassName
{
background-color: #DF0C32;
}
</style>
border-color css
<style>
span { border-color: #DF0C32; }
span { border-color: rgb(223,12,50); }
td.TdClassName
{
border-color: #DF0C32;
}
.TagClassName
{
border-color: #DF0C32;
}
</style>