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