Shades of Crimson #DF0330
Tints of Crimson #DF0330
RGB
CMYK
RGB Variations
Color information
#DF0330 (or 0xDF0330) is known color: Crimson. HEX triplet: DF, 03 and 30. RGB value is (223,3,48). Sum of RGB (Red+Green+Blue) = 223+3+48=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0330 is #20FCCF. Grayscale: #494949. Windows color (decimal): -2161872 or 3146719. OLE color: 3146719.
HSL color Cylindrical-coordinate representation of color #DF0330: hue angle of 347.73º degrees, saturation: 0.97, 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 #DF0330 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.13 |
| HSL | 347.73º | 0.97% | 0.44% | - |
| HSV(B) | 347.73º | 0.99% | 0.87% | - |
| XYZ | 31 | 15.97 | 4.24 | - |
| YUV | 73.91 | 113.39 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 48 | 0 | 0.99 | 0.78 | 0.13 | 347.73 | 0.97 | 0.44 |
| Hex | DF | 3 | 30 | 0 | 63 | 4E | D | 15C | 61 | 2C |
| Octal | 337 | 3 | 60 | 0 | 143 | 116 | 15 | 534 | 141 | 54 |
| Binary | 11011111 | 11 | 110000 | 0 | 1100011 | 1001110 | 1101 | 101011100 | 1100001 | 101100 |
Color Harmonies of #DF0330
Complementary color
Monochromatic Colors of #DF0330
Black with #DF0330
Text Example
Text Example
White with #DF0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0330; }
p { color: rgb(223,3,48); }
H1.HeaderClassName
{
color: #DF0330;
}
.AnyTagClassName
{
color: #DF0330;
}
</style>
background-color css
<style>
a { background-color: #DF0330; }
a { background-color: rgb(223,3,48); }
div.DivClassName
{
background-color: #DF0330;
}
.BgClassName
{
background-color: #DF0330;
}
</style>
border-color css
<style>
span { border-color: #DF0330; }
span { border-color: rgb(223,3,48); }
td.TdClassName
{
border-color: #DF0330;
}
.TagClassName
{
border-color: #DF0330;
}
</style>