Shades of Crimson #DF0730
Tints of Crimson #DF0730
RGB
CMYK
RGB Variations
Color information
#DF0730 (or 0xDF0730) is known color: Crimson. HEX triplet: DF, 07 and 30. RGB value is (223,7,48). Sum of RGB (Red+Green+Blue) = 223+7+48=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0730 is #20F8CF. Grayscale: #4C4C4C. Windows color (decimal): -2160848 or 3147743. OLE color: 3147743.
HSL color Cylindrical-coordinate representation of color #DF0730: hue angle of 348.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0730 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.13 |
| HSL | 348.61º | 0.94% | 0.45% | - |
| HSV(B) | 348.61º | 0.97% | 0.87% | - |
| XYZ | 31.04 | 16.05 | 4.26 | - |
| YUV | 76.26 | 112.06 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 48 | 0 | 0.97 | 0.78 | 0.13 | 348.61 | 0.94 | 0.45 |
| Hex | DF | 7 | 30 | 0 | 61 | 4E | D | 15D | 5E | 2D |
| Octal | 337 | 7 | 60 | 0 | 141 | 116 | 15 | 535 | 136 | 55 |
| Binary | 11011111 | 111 | 110000 | 0 | 1100001 | 1001110 | 1101 | 101011101 | 1011110 | 101101 |
Color Harmonies of #DF0730
Complementary color
Monochromatic Colors of #DF0730
Black with #DF0730
Text Example
Text Example
White with #DF0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0730; }
p { color: rgb(223,7,48); }
H1.HeaderClassName
{
color: #DF0730;
}
.AnyTagClassName
{
color: #DF0730;
}
</style>
background-color css
<style>
a { background-color: #DF0730; }
a { background-color: rgb(223,7,48); }
div.DivClassName
{
background-color: #DF0730;
}
.BgClassName
{
background-color: #DF0730;
}
</style>
border-color css
<style>
span { border-color: #DF0730; }
span { border-color: rgb(223,7,48); }
td.TdClassName
{
border-color: #DF0730;
}
.TagClassName
{
border-color: #DF0730;
}
</style>