Shades of Crimson #DF0135
Tints of Crimson #DF0135
RGB
CMYK
RGB Variations
Color information
#DF0135 (or 0xDF0135) is known color: Crimson. HEX triplet: DF, 01 and 35. RGB value is (223,1,53). Sum of RGB (Red+Green+Blue) = 223+1+53=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0135 is #20FECA. Grayscale: #494949. Windows color (decimal): -2162379 or 3473887. OLE color: 3473887.
HSL color Cylindrical-coordinate representation of color #DF0135: hue angle of 345.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0135 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.13 |
| HSL | 345.95º | 0.99% | 0.44% | - |
| HSV(B) | 345.95º | 1% | 0.87% | - |
| XYZ | 31.08 | 15.97 | 4.81 | - |
| YUV | 73.31 | 116.55 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 53 | 0 | 1.00 | 0.76 | 0.13 | 345.95 | 0.99 | 0.44 |
| Hex | DF | 1 | 35 | 0 | 64 | 4C | D | 15A | 63 | 2C |
| Octal | 337 | 1 | 65 | 0 | 144 | 114 | 15 | 532 | 143 | 54 |
| Binary | 11011111 | 1 | 110101 | 0 | 1100100 | 1001100 | 1101 | 101011010 | 1100011 | 101100 |
Color Harmonies of #DF0135
Complementary color
Monochromatic Colors of #DF0135
Black with #DF0135
Text Example
Text Example
White with #DF0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0135; }
p { color: rgb(223,1,53); }
H1.HeaderClassName
{
color: #DF0135;
}
.AnyTagClassName
{
color: #DF0135;
}
</style>
background-color css
<style>
a { background-color: #DF0135; }
a { background-color: rgb(223,1,53); }
div.DivClassName
{
background-color: #DF0135;
}
.BgClassName
{
background-color: #DF0135;
}
</style>
border-color css
<style>
span { border-color: #DF0135; }
span { border-color: rgb(223,1,53); }
td.TdClassName
{
border-color: #DF0135;
}
.TagClassName
{
border-color: #DF0135;
}
</style>