Shades of Crimson #DF0232
Tints of Crimson #DF0232
RGB
CMYK
RGB Variations
Color information
#DF0232 (or 0xDF0232) is known color: Crimson. HEX triplet: DF, 02 and 32. RGB value is (223,2,50). Sum of RGB (Red+Green+Blue) = 223+2+50=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0232 is #20FDCD. Grayscale: #494949. Windows color (decimal): -2162126 or 3277535. OLE color: 3277535.
HSL color Cylindrical-coordinate representation of color #DF0232: hue angle of 346.97º 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 #DF0232 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.13 |
| HSL | 346.97º | 0.98% | 0.44% | - |
| HSV(B) | 346.97º | 0.99% | 0.87% | - |
| XYZ | 31.03 | 15.96 | 4.46 | - |
| YUV | 73.55 | 114.72 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 50 | 0 | 0.99 | 0.78 | 0.13 | 346.97 | 0.98 | 0.44 |
| Hex | DF | 2 | 32 | 0 | 63 | 4E | D | 15B | 62 | 2C |
| Octal | 337 | 2 | 62 | 0 | 143 | 116 | 15 | 533 | 142 | 54 |
| Binary | 11011111 | 10 | 110010 | 0 | 1100011 | 1001110 | 1101 | 101011011 | 1100010 | 101100 |
Color Harmonies of #DF0232
Complementary color
Monochromatic Colors of #DF0232
Black with #DF0232
Text Example
Text Example
White with #DF0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0232; }
p { color: rgb(223,2,50); }
H1.HeaderClassName
{
color: #DF0232;
}
.AnyTagClassName
{
color: #DF0232;
}
</style>
background-color css
<style>
a { background-color: #DF0232; }
a { background-color: rgb(223,2,50); }
div.DivClassName
{
background-color: #DF0232;
}
.BgClassName
{
background-color: #DF0232;
}
</style>
border-color css
<style>
span { border-color: #DF0232; }
span { border-color: rgb(223,2,50); }
td.TdClassName
{
border-color: #DF0232;
}
.TagClassName
{
border-color: #DF0232;
}
</style>