Shades of Crimson #DF0437
Tints of Crimson #DF0437
RGB
CMYK
RGB Variations
Color information
#DF0437 (or 0xDF0437) is known color: Crimson. HEX triplet: DF, 04 and 37. RGB value is (223,4,55). Sum of RGB (Red+Green+Blue) = 223+4+55=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0437 is #20FBC8. Grayscale: #4B4B4B. Windows color (decimal): -2161609 or 3605727. OLE color: 3605727.
HSL color Cylindrical-coordinate representation of color #DF0437: hue angle of 346.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0437 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.13 |
| HSL | 346.03º | 0.96% | 0.45% | - |
| HSV(B) | 346.03º | 0.98% | 0.87% | - |
| XYZ | 31.16 | 16.05 | 5.07 | - |
| YUV | 75.3 | 116.55 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 55 | 0 | 0.98 | 0.75 | 0.13 | 346.03 | 0.96 | 0.45 |
| Hex | DF | 4 | 37 | 0 | 62 | 4B | D | 15A | 60 | 2D |
| Octal | 337 | 4 | 67 | 0 | 142 | 113 | 15 | 532 | 140 | 55 |
| Binary | 11011111 | 100 | 110111 | 0 | 1100010 | 1001011 | 1101 | 101011010 | 1100000 | 101101 |
Color Harmonies of #DF0437
Complementary color
Monochromatic Colors of #DF0437
Black with #DF0437
Text Example
Text Example
White with #DF0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0437; }
p { color: rgb(223,4,55); }
H1.HeaderClassName
{
color: #DF0437;
}
.AnyTagClassName
{
color: #DF0437;
}
</style>
background-color css
<style>
a { background-color: #DF0437; }
a { background-color: rgb(223,4,55); }
div.DivClassName
{
background-color: #DF0437;
}
.BgClassName
{
background-color: #DF0437;
}
</style>
border-color css
<style>
span { border-color: #DF0437; }
span { border-color: rgb(223,4,55); }
td.TdClassName
{
border-color: #DF0437;
}
.TagClassName
{
border-color: #DF0437;
}
</style>