Shades of Crimson #DF0038
Tints of Crimson #DF0038
RGB
CMYK
RGB Variations
Color information
#DF0038 (or 0xDF0038) is known color: Crimson. HEX triplet: DF, 00 and 38. RGB value is (223,0,56). Sum of RGB (Red+Green+Blue) = 223+0+56=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0038 is #20FFC7. Grayscale: #494949. Windows color (decimal): -2162632 or 3670239. OLE color: 3670239.
HSL color Cylindrical-coordinate representation of color #DF0038: hue angle of 344.93º 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 #DF0038 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.75 | 0.13 |
| HSL | 344.93º | 1% | 0.44% | - |
| HSV(B) | 344.93º | 1% | 0.87% | - |
| XYZ | 31.15 | 15.97 | 5.18 | - |
| YUV | 73.06 | 118.38 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 56 | 0 | 1 | 0.75 | 0.13 | 344.93 | 1 | 0.44 |
| Hex | DF | 0 | 38 | 0 | 64 | 4B | D | 159 | 64 | 2C |
| Octal | 337 | 0 | 70 | 0 | 144 | 113 | 15 | 531 | 144 | 54 |
| Binary | 11011111 | 0 | 111000 | 0 | 1100100 | 1001011 | 1101 | 101011001 | 1100100 | 101100 |
Color Harmonies of #DF0038
Complementary color
Monochromatic Colors of #DF0038
Black with #DF0038
Text Example
Text Example
White with #DF0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0038; }
p { color: rgb(223,0,56); }
H1.HeaderClassName
{
color: #DF0038;
}
.AnyTagClassName
{
color: #DF0038;
}
</style>
background-color css
<style>
a { background-color: #DF0038; }
a { background-color: rgb(223,0,56); }
div.DivClassName
{
background-color: #DF0038;
}
.BgClassName
{
background-color: #DF0038;
}
</style>
border-color css
<style>
span { border-color: #DF0038; }
span { border-color: rgb(223,0,56); }
td.TdClassName
{
border-color: #DF0038;
}
.TagClassName
{
border-color: #DF0038;
}
</style>