Shades of Crimson #DD0A3E
Tints of Crimson #DD0A3E
RGB
CMYK
RGB Variations
Color information
#DD0A3E (or 0xDD0A3E) is known color: Crimson. HEX triplet: DD, 0A and 3E. RGB value is (221,10,62). Sum of RGB (Red+Green+Blue) = 221+10+62=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A3E is #22F5C1. Grayscale: #4F4F4F. Windows color (decimal): -2291138 or 4066013. OLE color: 4066013.
HSL color Cylindrical-coordinate representation of color #DD0A3E: hue angle of 345.21º 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 #DD0A3E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 62 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.13 |
| HSL | 345.21º | 0.91% | 0.45% | - |
| HSV(B) | 345.21º | 0.95% | 0.87% | - |
| XYZ | 30.8 | 15.94 | 6.01 | - |
| YUV | 79.02 | 118.4 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 62 | 0 | 0.95 | 0.72 | 0.13 | 345.21 | 0.91 | 0.45 |
| Hex | DD | A | 3E | 0 | 5F | 48 | D | 159 | 5B | 2D |
| Octal | 335 | 12 | 76 | 0 | 137 | 110 | 15 | 531 | 133 | 55 |
| Binary | 11011101 | 1010 | 111110 | 0 | 1011111 | 1001000 | 1101 | 101011001 | 1011011 | 101101 |
Color Harmonies of #DD0A3E
Complementary color
Monochromatic Colors of #DD0A3E
Black with #DD0A3E
Text Example
Text Example
White with #DD0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A3E; }
p { color: rgb(221,10,62); }
H1.HeaderClassName
{
color: #DD0A3E;
}
.AnyTagClassName
{
color: #DD0A3E;
}
</style>
background-color css
<style>
a { background-color: #DD0A3E; }
a { background-color: rgb(221,10,62); }
div.DivClassName
{
background-color: #DD0A3E;
}
.BgClassName
{
background-color: #DD0A3E;
}
</style>
border-color css
<style>
span { border-color: #DD0A3E; }
span { border-color: rgb(221,10,62); }
td.TdClassName
{
border-color: #DD0A3E;
}
.TagClassName
{
border-color: #DD0A3E;
}
</style>