Shades of Crimson #DF153D
Tints of Crimson #DF153D
RGB
CMYK
RGB Variations
Color information
#DF153D (or 0xDF153D) is known color: Crimson. HEX triplet: DF, 15 and 3D. RGB value is (223,21,61). Sum of RGB (Red+Green+Blue) = 223+21+61=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF153D is #20EAC2. Grayscale: #555555. Windows color (decimal): -2157251 or 4003295. OLE color: 4003295.
HSL color Cylindrical-coordinate representation of color #DF153D: hue angle of 348.12º 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 #DF153D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 61 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.13 |
| HSL | 348.12º | 0.83% | 0.48% | - |
| HSV(B) | 348.12º | 0.91% | 0.87% | - |
| XYZ | 31.54 | 16.56 | 5.95 | - |
| YUV | 85.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 61 | 0 | 0.91 | 0.73 | 0.13 | 348.12 | 0.83 | 0.48 |
| Hex | DF | 15 | 3D | 0 | 5B | 49 | D | 15C | 53 | 30 |
| Octal | 337 | 25 | 75 | 0 | 133 | 111 | 15 | 534 | 123 | 60 |
| Binary | 11011111 | 10101 | 111101 | 0 | 1011011 | 1001001 | 1101 | 101011100 | 1010011 | 110000 |
Color Harmonies of #DF153D
Complementary color
Monochromatic Colors of #DF153D
Black with #DF153D
Text Example
Text Example
White with #DF153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF153D; }
p { color: rgb(223,21,61); }
H1.HeaderClassName
{
color: #DF153D;
}
.AnyTagClassName
{
color: #DF153D;
}
</style>
background-color css
<style>
a { background-color: #DF153D; }
a { background-color: rgb(223,21,61); }
div.DivClassName
{
background-color: #DF153D;
}
.BgClassName
{
background-color: #DF153D;
}
</style>
border-color css
<style>
span { border-color: #DF153D; }
span { border-color: rgb(223,21,61); }
td.TdClassName
{
border-color: #DF153D;
}
.TagClassName
{
border-color: #DF153D;
}
</style>