Shades of Crimson #DF154B
Tints of Crimson #DF154B
RGB
CMYK
RGB Variations
Color information
#DF154B (or 0xDF154B) is known color: Crimson. HEX triplet: DF, 15 and 4B. RGB value is (223,21,75). Sum of RGB (Red+Green+Blue) = 223+21+75=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF154B is #20EAB4. Grayscale: #575757. Windows color (decimal): -2157237 or 4920799. OLE color: 4920799.
HSL color Cylindrical-coordinate representation of color #DF154B: hue angle of 343.96º 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 #DF154B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.13 |
| HSL | 343.96º | 0.83% | 0.48% | - |
| HSV(B) | 343.96º | 0.91% | 0.87% | - |
| XYZ | 31.97 | 16.73 | 8.2 | - |
| YUV | 87.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 75 | 0 | 0.91 | 0.66 | 0.13 | 343.96 | 0.83 | 0.48 |
| Hex | DF | 15 | 4B | 0 | 5B | 42 | D | 158 | 53 | 30 |
| Octal | 337 | 25 | 113 | 0 | 133 | 102 | 15 | 530 | 123 | 60 |
| Binary | 11011111 | 10101 | 1001011 | 0 | 1011011 | 1000010 | 1101 | 101011000 | 1010011 | 110000 |
Color Harmonies of #DF154B
Complementary color
Monochromatic Colors of #DF154B
Black with #DF154B
Text Example
Text Example
White with #DF154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF154B; }
p { color: rgb(223,21,75); }
H1.HeaderClassName
{
color: #DF154B;
}
.AnyTagClassName
{
color: #DF154B;
}
</style>
background-color css
<style>
a { background-color: #DF154B; }
a { background-color: rgb(223,21,75); }
div.DivClassName
{
background-color: #DF154B;
}
.BgClassName
{
background-color: #DF154B;
}
</style>
border-color css
<style>
span { border-color: #DF154B; }
span { border-color: rgb(223,21,75); }
td.TdClassName
{
border-color: #DF154B;
}
.TagClassName
{
border-color: #DF154B;
}
</style>