Shades of Crimson #DD0A2A
Tints of Crimson #DD0A2A
RGB
CMYK
RGB Variations
Color information
#DD0A2A (or 0xDD0A2A) is known color: Crimson. HEX triplet: DD, 0A and 2A. RGB value is (221,10,42). Sum of RGB (Red+Green+Blue) = 221+10+42=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A2A is #22F5D5. Grayscale: #4C4C4C. Windows color (decimal): -2291158 or 2755293. OLE color: 2755293.
HSL color Cylindrical-coordinate representation of color #DD0A2A: hue angle of 350.9º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.13 |
| HSL | 350.9º | 0.91% | 0.45% | - |
| HSV(B) | 350.9º | 0.95% | 0.87% | - |
| XYZ | 30.35 | 15.76 | 3.63 | - |
| YUV | 76.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 42 | 0 | 0.95 | 0.81 | 0.13 | 350.9 | 0.91 | 0.45 |
| Hex | DD | A | 2A | 0 | 5F | 51 | D | 15F | 5B | 2D |
| Octal | 335 | 12 | 52 | 0 | 137 | 121 | 15 | 537 | 133 | 55 |
| Binary | 11011101 | 1010 | 101010 | 0 | 1011111 | 1010001 | 1101 | 101011111 | 1011011 | 101101 |
Color Harmonies of #DD0A2A
Complementary color
Monochromatic Colors of #DD0A2A
Black with #DD0A2A
Text Example
Text Example
White with #DD0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A2A; }
p { color: rgb(221,10,42); }
H1.HeaderClassName
{
color: #DD0A2A;
}
.AnyTagClassName
{
color: #DD0A2A;
}
</style>
background-color css
<style>
a { background-color: #DD0A2A; }
a { background-color: rgb(221,10,42); }
div.DivClassName
{
background-color: #DD0A2A;
}
.BgClassName
{
background-color: #DD0A2A;
}
</style>
border-color css
<style>
span { border-color: #DD0A2A; }
span { border-color: rgb(221,10,42); }
td.TdClassName
{
border-color: #DD0A2A;
}
.TagClassName
{
border-color: #DD0A2A;
}
</style>