Shades of Crimson #DF0C42
Tints of Crimson #DF0C42
RGB
CMYK
RGB Variations
Color information
#DF0C42 (or 0xDF0C42) is known color: Crimson. HEX triplet: DF, 0C and 42. RGB value is (223,12,66). Sum of RGB (Red+Green+Blue) = 223+12+66=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C42 is #20F3BD. Grayscale: #515151. Windows color (decimal): -2159550 or 4328671. OLE color: 4328671.
HSL color Cylindrical-coordinate representation of color #DF0C42: hue angle of 344.64º 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 #DF0C42 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 66 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.13 |
| HSL | 344.64º | 0.9% | 0.46% | - |
| HSV(B) | 344.64º | 0.95% | 0.87% | - |
| XYZ | 31.55 | 16.34 | 6.65 | - |
| YUV | 81.25 | 119.4 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 66 | 0 | 0.95 | 0.70 | 0.13 | 344.64 | 0.9 | 0.46 |
| Hex | DF | C | 42 | 0 | 5F | 46 | D | 159 | 5A | 2E |
| Octal | 337 | 14 | 102 | 0 | 137 | 106 | 15 | 531 | 132 | 56 |
| Binary | 11011111 | 1100 | 1000010 | 0 | 1011111 | 1000110 | 1101 | 101011001 | 1011010 | 101110 |
Color Harmonies of #DF0C42
Complementary color
Monochromatic Colors of #DF0C42
Black with #DF0C42
Text Example
Text Example
White with #DF0C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C42; }
p { color: rgb(223,12,66); }
H1.HeaderClassName
{
color: #DF0C42;
}
.AnyTagClassName
{
color: #DF0C42;
}
</style>
background-color css
<style>
a { background-color: #DF0C42; }
a { background-color: rgb(223,12,66); }
div.DivClassName
{
background-color: #DF0C42;
}
.BgClassName
{
background-color: #DF0C42;
}
</style>
border-color css
<style>
span { border-color: #DF0C42; }
span { border-color: rgb(223,12,66); }
td.TdClassName
{
border-color: #DF0C42;
}
.TagClassName
{
border-color: #DF0C42;
}
</style>