Shades of Crimson #DF153E
Tints of Crimson #DF153E
RGB
CMYK
RGB Variations
Color information
#DF153E (or 0xDF153E) is known color: Crimson. HEX triplet: DF, 15 and 3E. RGB value is (223,21,62). Sum of RGB (Red+Green+Blue) = 223+21+62=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF153E is #20EAC1. Grayscale: #565656. Windows color (decimal): -2157250 or 4068831. OLE color: 4068831.
HSL color Cylindrical-coordinate representation of color #DF153E: hue angle of 347.82º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF153E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.82º | 0.83% | 0.48% | - |
| HSV(B) | 347.82º | 0.91% | 0.87% | - |
| XYZ | 31.57 | 16.57 | 6.09 | - |
| YUV | 86.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 62 | 0 | 0.91 | 0.72 | 0.13 | 347.82 | 0.83 | 0.48 |
| Hex | DF | 15 | 3E | 0 | 5B | 48 | D | 15C | 53 | 30 |
| Octal | 337 | 25 | 76 | 0 | 133 | 110 | 15 | 534 | 123 | 60 |
| Binary | 11011111 | 10101 | 111110 | 0 | 1011011 | 1001000 | 1101 | 101011100 | 1010011 | 110000 |
Color Harmonies of #DF153E
Complementary color
Monochromatic Colors of #DF153E
Black with #DF153E
Text Example
Text Example
White with #DF153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF153E; }
p { color: rgb(223,21,62); }
H1.HeaderClassName
{
color: #DF153E;
}
.AnyTagClassName
{
color: #DF153E;
}
</style>
background-color css
<style>
a { background-color: #DF153E; }
a { background-color: rgb(223,21,62); }
div.DivClassName
{
background-color: #DF153E;
}
.BgClassName
{
background-color: #DF153E;
}
</style>
border-color css
<style>
span { border-color: #DF153E; }
span { border-color: rgb(223,21,62); }
td.TdClassName
{
border-color: #DF153E;
}
.TagClassName
{
border-color: #DF153E;
}
</style>