Shades of Crimson #DF0235
Tints of Crimson #DF0235
RGB
CMYK
RGB Variations
Color information
#DF0235 (or 0xDF0235) is known color: Crimson. HEX triplet: DF, 02 and 35. RGB value is (223,2,53). Sum of RGB (Red+Green+Blue) = 223+2+53=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0235 is #20FDCA. Grayscale: #494949. Windows color (decimal): -2162123 or 3474143. OLE color: 3474143.
HSL color Cylindrical-coordinate representation of color #DF0235: hue angle of 346.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0235 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.13 |
| HSL | 346.15º | 0.98% | 0.44% | - |
| HSV(B) | 346.15º | 0.99% | 0.87% | - |
| XYZ | 31.1 | 15.99 | 4.82 | - |
| YUV | 73.89 | 116.22 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 53 | 0 | 0.99 | 0.76 | 0.13 | 346.15 | 0.98 | 0.44 |
| Hex | DF | 2 | 35 | 0 | 63 | 4C | D | 15A | 62 | 2C |
| Octal | 337 | 2 | 65 | 0 | 143 | 114 | 15 | 532 | 142 | 54 |
| Binary | 11011111 | 10 | 110101 | 0 | 1100011 | 1001100 | 1101 | 101011010 | 1100010 | 101100 |
Color Harmonies of #DF0235
Complementary color
Monochromatic Colors of #DF0235
Black with #DF0235
Text Example
Text Example
White with #DF0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0235; }
p { color: rgb(223,2,53); }
H1.HeaderClassName
{
color: #DF0235;
}
.AnyTagClassName
{
color: #DF0235;
}
</style>
background-color css
<style>
a { background-color: #DF0235; }
a { background-color: rgb(223,2,53); }
div.DivClassName
{
background-color: #DF0235;
}
.BgClassName
{
background-color: #DF0235;
}
</style>
border-color css
<style>
span { border-color: #DF0235; }
span { border-color: rgb(223,2,53); }
td.TdClassName
{
border-color: #DF0235;
}
.TagClassName
{
border-color: #DF0235;
}
</style>