Shades of Crimson #DF153A
Tints of Crimson #DF153A
RGB
CMYK
RGB Variations
Color information
#DF153A (or 0xDF153A) is known color: Crimson. HEX triplet: DF, 15 and 3A. RGB value is (223,21,58). Sum of RGB (Red+Green+Blue) = 223+21+58=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF153A is #20EAC5. Grayscale: #555555. Windows color (decimal): -2157254 or 3806687. OLE color: 3806687.
HSL color Cylindrical-coordinate representation of color #DF153A: hue angle of 349.01º 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 #DF153A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.13 |
| HSL | 349.01º | 0.83% | 0.48% | - |
| HSV(B) | 349.01º | 0.91% | 0.87% | - |
| XYZ | 31.46 | 16.53 | 5.54 | - |
| YUV | 85.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 58 | 0 | 0.91 | 0.74 | 0.13 | 349.01 | 0.83 | 0.48 |
| Hex | DF | 15 | 3A | 0 | 5B | 4A | D | 15D | 53 | 30 |
| Octal | 337 | 25 | 72 | 0 | 133 | 112 | 15 | 535 | 123 | 60 |
| Binary | 11011111 | 10101 | 111010 | 0 | 1011011 | 1001010 | 1101 | 101011101 | 1010011 | 110000 |
Color Harmonies of #DF153A
Complementary color
Monochromatic Colors of #DF153A
Black with #DF153A
Text Example
Text Example
White with #DF153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF153A; }
p { color: rgb(223,21,58); }
H1.HeaderClassName
{
color: #DF153A;
}
.AnyTagClassName
{
color: #DF153A;
}
</style>
background-color css
<style>
a { background-color: #DF153A; }
a { background-color: rgb(223,21,58); }
div.DivClassName
{
background-color: #DF153A;
}
.BgClassName
{
background-color: #DF153A;
}
</style>
border-color css
<style>
span { border-color: #DF153A; }
span { border-color: rgb(223,21,58); }
td.TdClassName
{
border-color: #DF153A;
}
.TagClassName
{
border-color: #DF153A;
}
</style>