Shades of Crimson #DF152D
Tints of Crimson #DF152D
RGB
CMYK
RGB Variations
Color information
#DF152D (or 0xDF152D) is known color: Crimson. HEX triplet: DF, 15 and 2D. RGB value is (223,21,45). Sum of RGB (Red+Green+Blue) = 223+21+45=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF152D is #20EAD2. Grayscale: #545454. Windows color (decimal): -2157267 or 2954719. OLE color: 2954719.
HSL color Cylindrical-coordinate representation of color #DF152D: hue angle of 352.87º 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 #DF152D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.13 |
| HSL | 352.87º | 0.83% | 0.48% | - |
| HSV(B) | 352.87º | 0.91% | 0.87% | - |
| XYZ | 31.17 | 16.41 | 4.01 | - |
| YUV | 84.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 45 | 0 | 0.91 | 0.80 | 0.13 | 352.87 | 0.83 | 0.48 |
| Hex | DF | 15 | 2D | 0 | 5B | 50 | D | 161 | 53 | 30 |
| Octal | 337 | 25 | 55 | 0 | 133 | 120 | 15 | 541 | 123 | 60 |
| Binary | 11011111 | 10101 | 101101 | 0 | 1011011 | 1010000 | 1101 | 101100001 | 1010011 | 110000 |
Color Harmonies of #DF152D
Complementary color
Monochromatic Colors of #DF152D
Black with #DF152D
Text Example
Text Example
White with #DF152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF152D; }
p { color: rgb(223,21,45); }
H1.HeaderClassName
{
color: #DF152D;
}
.AnyTagClassName
{
color: #DF152D;
}
</style>
background-color css
<style>
a { background-color: #DF152D; }
a { background-color: rgb(223,21,45); }
div.DivClassName
{
background-color: #DF152D;
}
.BgClassName
{
background-color: #DF152D;
}
</style>
border-color css
<style>
span { border-color: #DF152D; }
span { border-color: rgb(223,21,45); }
td.TdClassName
{
border-color: #DF152D;
}
.TagClassName
{
border-color: #DF152D;
}
</style>