Shades of Crimson #DF0030
Tints of Crimson #DF0030
RGB
CMYK
RGB Variations
Color information
#DF0030 (or 0xDF0030) is known color: Crimson. HEX triplet: DF, 00 and 30. RGB value is (223,0,48). Sum of RGB (Red+Green+Blue) = 223+0+48=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0030 is #20FFCF. Grayscale: #484848. Windows color (decimal): -2162640 or 3145951. OLE color: 3145951.
HSL color Cylindrical-coordinate representation of color #DF0030: hue angle of 347.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0030 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.78 | 0.13 |
| HSL | 347.09º | 1% | 0.44% | - |
| HSV(B) | 347.09º | 1% | 0.87% | - |
| XYZ | 30.96 | 15.9 | 4.23 | - |
| YUV | 72.15 | 114.38 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 48 | 0 | 1 | 0.78 | 0.13 | 347.09 | 1 | 0.44 |
| Hex | DF | 0 | 30 | 0 | 64 | 4E | D | 15B | 64 | 2C |
| Octal | 337 | 0 | 60 | 0 | 144 | 116 | 15 | 533 | 144 | 54 |
| Binary | 11011111 | 0 | 110000 | 0 | 1100100 | 1001110 | 1101 | 101011011 | 1100100 | 101100 |
Color Harmonies of #DF0030
Complementary color
Monochromatic Colors of #DF0030
Black with #DF0030
Text Example
Text Example
White with #DF0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0030; }
p { color: rgb(223,0,48); }
H1.HeaderClassName
{
color: #DF0030;
}
.AnyTagClassName
{
color: #DF0030;
}
</style>
background-color css
<style>
a { background-color: #DF0030; }
a { background-color: rgb(223,0,48); }
div.DivClassName
{
background-color: #DF0030;
}
.BgClassName
{
background-color: #DF0030;
}
</style>
border-color css
<style>
span { border-color: #DF0030; }
span { border-color: rgb(223,0,48); }
td.TdClassName
{
border-color: #DF0030;
}
.TagClassName
{
border-color: #DF0030;
}
</style>