Shades of Crimson #DF062B
Tints of Crimson #DF062B
RGB
CMYK
RGB Variations
Color information
#DF062B (or 0xDF062B) is known color: Crimson. HEX triplet: DF, 06 and 2B. RGB value is (223,6,43). Sum of RGB (Red+Green+Blue) = 223+6+43=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF062B is #20F9D4. Grayscale: #4B4B4B. Windows color (decimal): -2161109 or 2819807. OLE color: 2819807.
HSL color Cylindrical-coordinate representation of color #DF062B: hue angle of 349.77º 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 #DF062B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.13 |
| HSL | 349.77º | 0.95% | 0.45% | - |
| HSV(B) | 349.77º | 0.97% | 0.87% | - |
| XYZ | 30.93 | 15.99 | 3.74 | - |
| YUV | 75.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 43 | 0 | 0.97 | 0.81 | 0.13 | 349.77 | 0.95 | 0.45 |
| Hex | DF | 6 | 2B | 0 | 61 | 51 | D | 15E | 5F | 2D |
| Octal | 337 | 6 | 53 | 0 | 141 | 121 | 15 | 536 | 137 | 55 |
| Binary | 11011111 | 110 | 101011 | 0 | 1100001 | 1010001 | 1101 | 101011110 | 1011111 | 101101 |
Color Harmonies of #DF062B
Complementary color
Monochromatic Colors of #DF062B
Black with #DF062B
Text Example
Text Example
White with #DF062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF062B; }
p { color: rgb(223,6,43); }
H1.HeaderClassName
{
color: #DF062B;
}
.AnyTagClassName
{
color: #DF062B;
}
</style>
background-color css
<style>
a { background-color: #DF062B; }
a { background-color: rgb(223,6,43); }
div.DivClassName
{
background-color: #DF062B;
}
.BgClassName
{
background-color: #DF062B;
}
</style>
border-color css
<style>
span { border-color: #DF062B; }
span { border-color: rgb(223,6,43); }
td.TdClassName
{
border-color: #DF062B;
}
.TagClassName
{
border-color: #DF062B;
}
</style>