Shades of Crimson #DF0227
Tints of Crimson #DF0227
RGB
CMYK
RGB Variations
Color information
#DF0227 (or 0xDF0227) is known color: Crimson. HEX triplet: DF, 02 and 27. RGB value is (223,2,39). Sum of RGB (Red+Green+Blue) = 223+2+39=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0227 is #20FDD8. Grayscale: #484848. Windows color (decimal): -2162137 or 2556639. OLE color: 2556639.
HSL color Cylindrical-coordinate representation of color #DF0227: hue angle of 349.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0227 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.13 |
| HSL | 349.95º | 0.98% | 0.44% | - |
| HSV(B) | 349.95º | 0.99% | 0.87% | - |
| XYZ | 30.82 | 15.88 | 3.36 | - |
| YUV | 72.3 | 109.22 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 39 | 0 | 0.99 | 0.83 | 0.13 | 349.95 | 0.98 | 0.44 |
| Hex | DF | 2 | 27 | 0 | 63 | 53 | D | 15E | 62 | 2C |
| Octal | 337 | 2 | 47 | 0 | 143 | 123 | 15 | 536 | 142 | 54 |
| Binary | 11011111 | 10 | 100111 | 0 | 1100011 | 1010011 | 1101 | 101011110 | 1100010 | 101100 |
Color Harmonies of #DF0227
Complementary color
Monochromatic Colors of #DF0227
Black with #DF0227
Text Example
Text Example
White with #DF0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0227; }
p { color: rgb(223,2,39); }
H1.HeaderClassName
{
color: #DF0227;
}
.AnyTagClassName
{
color: #DF0227;
}
</style>
background-color css
<style>
a { background-color: #DF0227; }
a { background-color: rgb(223,2,39); }
div.DivClassName
{
background-color: #DF0227;
}
.BgClassName
{
background-color: #DF0227;
}
</style>
border-color css
<style>
span { border-color: #DF0227; }
span { border-color: rgb(223,2,39); }
td.TdClassName
{
border-color: #DF0227;
}
.TagClassName
{
border-color: #DF0227;
}
</style>