Shades of Crimson #DF0527
Tints of Crimson #DF0527
RGB
CMYK
RGB Variations
Color information
#DF0527 (or 0xDF0527) is known color: Crimson. HEX triplet: DF, 05 and 27. RGB value is (223,5,39). Sum of RGB (Red+Green+Blue) = 223+5+39=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0527 is #20FAD8. Grayscale: #4A4A4A. Windows color (decimal): -2161369 or 2557407. OLE color: 2557407.
HSL color Cylindrical-coordinate representation of color #DF0527: hue angle of 350.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.13 |
| HSL | 350.64º | 0.96% | 0.45% | - |
| HSV(B) | 350.64º | 0.98% | 0.87% | - |
| XYZ | 30.85 | 15.94 | 3.37 | - |
| YUV | 74.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 39 | 0 | 0.98 | 0.83 | 0.13 | 350.64 | 0.96 | 0.45 |
| Hex | DF | 5 | 27 | 0 | 62 | 53 | D | 15F | 60 | 2D |
| Octal | 337 | 5 | 47 | 0 | 142 | 123 | 15 | 537 | 140 | 55 |
| Binary | 11011111 | 101 | 100111 | 0 | 1100010 | 1010011 | 1101 | 101011111 | 1100000 | 101101 |
Color Harmonies of #DF0527
Complementary color
Monochromatic Colors of #DF0527
Black with #DF0527
Text Example
Text Example
White with #DF0527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0527; }
p { color: rgb(223,5,39); }
H1.HeaderClassName
{
color: #DF0527;
}
.AnyTagClassName
{
color: #DF0527;
}
</style>
background-color css
<style>
a { background-color: #DF0527; }
a { background-color: rgb(223,5,39); }
div.DivClassName
{
background-color: #DF0527;
}
.BgClassName
{
background-color: #DF0527;
}
</style>
border-color css
<style>
span { border-color: #DF0527; }
span { border-color: rgb(223,5,39); }
td.TdClassName
{
border-color: #DF0527;
}
.TagClassName
{
border-color: #DF0527;
}
</style>