Shades of Crimson #DF0C44
Tints of Crimson #DF0C44
RGB
CMYK
RGB Variations
Color information
#DF0C44 (or 0xDF0C44) is known color: Crimson. HEX triplet: DF, 0C and 44. RGB value is (223,12,68). Sum of RGB (Red+Green+Blue) = 223+12+68=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C44 is #20F3BB. Grayscale: #515151. Windows color (decimal): -2159548 or 4459743. OLE color: 4459743.
HSL color Cylindrical-coordinate representation of color #DF0C44: hue angle of 344.08º 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 #DF0C44 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.13 |
| HSL | 344.08º | 0.9% | 0.46% | - |
| HSV(B) | 344.08º | 0.95% | 0.87% | - |
| XYZ | 31.61 | 16.37 | 6.96 | - |
| YUV | 81.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 68 | 0 | 0.95 | 0.70 | 0.13 | 344.08 | 0.9 | 0.46 |
| Hex | DF | C | 44 | 0 | 5F | 46 | D | 158 | 5A | 2E |
| Octal | 337 | 14 | 104 | 0 | 137 | 106 | 15 | 530 | 132 | 56 |
| Binary | 11011111 | 1100 | 1000100 | 0 | 1011111 | 1000110 | 1101 | 101011000 | 1011010 | 101110 |
Color Harmonies of #DF0C44
Complementary color
Monochromatic Colors of #DF0C44
Black with #DF0C44
Text Example
Text Example
White with #DF0C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C44; }
p { color: rgb(223,12,68); }
H1.HeaderClassName
{
color: #DF0C44;
}
.AnyTagClassName
{
color: #DF0C44;
}
</style>
background-color css
<style>
a { background-color: #DF0C44; }
a { background-color: rgb(223,12,68); }
div.DivClassName
{
background-color: #DF0C44;
}
.BgClassName
{
background-color: #DF0C44;
}
</style>
border-color css
<style>
span { border-color: #DF0C44; }
span { border-color: rgb(223,12,68); }
td.TdClassName
{
border-color: #DF0C44;
}
.TagClassName
{
border-color: #DF0C44;
}
</style>