Shades of Crimson #DF0C2A
Tints of Crimson #DF0C2A
RGB
CMYK
RGB Variations
Color information
#DF0C2A (or 0xDF0C2A) is known color: Crimson. HEX triplet: DF, 0C and 2A. RGB value is (223,12,42). Sum of RGB (Red+Green+Blue) = 223+12+42=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C2A is #20F3D5. Grayscale: #4E4E4E. Windows color (decimal): -2159574 or 2755807. OLE color: 2755807.
HSL color Cylindrical-coordinate representation of color #DF0C2A: hue angle of 351.47º 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 #DF0C2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.13 |
| HSL | 351.47º | 0.9% | 0.46% | - |
| HSV(B) | 351.47º | 0.95% | 0.87% | - |
| XYZ | 30.98 | 16.12 | 3.67 | - |
| YUV | 78.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 42 | 0 | 0.95 | 0.81 | 0.13 | 351.47 | 0.9 | 0.46 |
| Hex | DF | C | 2A | 0 | 5F | 51 | D | 15F | 5A | 2E |
| Octal | 337 | 14 | 52 | 0 | 137 | 121 | 15 | 537 | 132 | 56 |
| Binary | 11011111 | 1100 | 101010 | 0 | 1011111 | 1010001 | 1101 | 101011111 | 1011010 | 101110 |
Color Harmonies of #DF0C2A
Complementary color
Monochromatic Colors of #DF0C2A
Black with #DF0C2A
Text Example
Text Example
White with #DF0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C2A; }
p { color: rgb(223,12,42); }
H1.HeaderClassName
{
color: #DF0C2A;
}
.AnyTagClassName
{
color: #DF0C2A;
}
</style>
background-color css
<style>
a { background-color: #DF0C2A; }
a { background-color: rgb(223,12,42); }
div.DivClassName
{
background-color: #DF0C2A;
}
.BgClassName
{
background-color: #DF0C2A;
}
</style>
border-color css
<style>
span { border-color: #DF0C2A; }
span { border-color: rgb(223,12,42); }
td.TdClassName
{
border-color: #DF0C2A;
}
.TagClassName
{
border-color: #DF0C2A;
}
</style>