Shades of Crimson #DD062A
Tints of Crimson #DD062A
RGB
CMYK
RGB Variations
Color information
#DD062A (or 0xDD062A) is known color: Crimson. HEX triplet: DD, 06 and 2A. RGB value is (221,6,42). Sum of RGB (Red+Green+Blue) = 221+6+42=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD062A is #22F9D5. Grayscale: #4A4A4A. Windows color (decimal): -2292182 or 2754269. OLE color: 2754269.
HSL color Cylindrical-coordinate representation of color #DD062A: hue angle of 349.95º 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 #DD062A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.13 |
| HSL | 349.95º | 0.95% | 0.45% | - |
| HSV(B) | 349.95º | 0.97% | 0.87% | - |
| XYZ | 30.3 | 15.67 | 3.62 | - |
| YUV | 74.39 | 109.73 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 42 | 0 | 0.97 | 0.81 | 0.13 | 349.95 | 0.95 | 0.45 |
| Hex | DD | 6 | 2A | 0 | 61 | 51 | D | 15E | 5F | 2D |
| Octal | 335 | 6 | 52 | 0 | 141 | 121 | 15 | 536 | 137 | 55 |
| Binary | 11011101 | 110 | 101010 | 0 | 1100001 | 1010001 | 1101 | 101011110 | 1011111 | 101101 |
Color Harmonies of #DD062A
Complementary color
Monochromatic Colors of #DD062A
Black with #DD062A
Text Example
Text Example
White with #DD062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD062A; }
p { color: rgb(221,6,42); }
H1.HeaderClassName
{
color: #DD062A;
}
.AnyTagClassName
{
color: #DD062A;
}
</style>
background-color css
<style>
a { background-color: #DD062A; }
a { background-color: rgb(221,6,42); }
div.DivClassName
{
background-color: #DD062A;
}
.BgClassName
{
background-color: #DD062A;
}
</style>
border-color css
<style>
span { border-color: #DD062A; }
span { border-color: rgb(221,6,42); }
td.TdClassName
{
border-color: #DD062A;
}
.TagClassName
{
border-color: #DD062A;
}
</style>