Shades of Crimson #DF0630
Tints of Crimson #DF0630
RGB
CMYK
RGB Variations
Color information
#DF0630 (or 0xDF0630) is known color: Crimson. HEX triplet: DF, 06 and 30. RGB value is (223,6,48). Sum of RGB (Red+Green+Blue) = 223+6+48=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0630 is #20F9CF. Grayscale: #4B4B4B. Windows color (decimal): -2161104 or 3147487. OLE color: 3147487.
HSL color Cylindrical-coordinate representation of color #DF0630: hue angle of 348.39º degrees, saturation: 0.95, 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 #DF0630 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.13 |
| HSL | 348.39º | 0.95% | 0.45% | - |
| HSV(B) | 348.39º | 0.97% | 0.87% | - |
| XYZ | 31.03 | 16.03 | 4.26 | - |
| YUV | 75.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 48 | 0 | 0.97 | 0.78 | 0.13 | 348.39 | 0.95 | 0.45 |
| Hex | DF | 6 | 30 | 0 | 61 | 4E | D | 15C | 5F | 2D |
| Octal | 337 | 6 | 60 | 0 | 141 | 116 | 15 | 534 | 137 | 55 |
| Binary | 11011111 | 110 | 110000 | 0 | 1100001 | 1001110 | 1101 | 101011100 | 1011111 | 101101 |
Color Harmonies of #DF0630
Complementary color
Monochromatic Colors of #DF0630
Black with #DF0630
Text Example
Text Example
White with #DF0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0630; }
p { color: rgb(223,6,48); }
H1.HeaderClassName
{
color: #DF0630;
}
.AnyTagClassName
{
color: #DF0630;
}
</style>
background-color css
<style>
a { background-color: #DF0630; }
a { background-color: rgb(223,6,48); }
div.DivClassName
{
background-color: #DF0630;
}
.BgClassName
{
background-color: #DF0630;
}
</style>
border-color css
<style>
span { border-color: #DF0630; }
span { border-color: rgb(223,6,48); }
td.TdClassName
{
border-color: #DF0630;
}
.TagClassName
{
border-color: #DF0630;
}
</style>