Shades of Crimson #DD0A31
Tints of Crimson #DD0A31
RGB
CMYK
RGB Variations
Color information
#DD0A31 (or 0xDD0A31) is known color: Crimson. HEX triplet: DD, 0A and 31. RGB value is (221,10,49). Sum of RGB (Red+Green+Blue) = 221+10+49=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A31 is #22F5CE. Grayscale: #4D4D4D. Windows color (decimal): -2291151 or 3214045. OLE color: 3214045.
HSL color Cylindrical-coordinate representation of color #DD0A31: hue angle of 348.91º 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 #DD0A31 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 49 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.13 |
| HSL | 348.91º | 0.91% | 0.45% | - |
| HSV(B) | 348.91º | 0.95% | 0.87% | - |
| XYZ | 30.48 | 15.81 | 4.35 | - |
| YUV | 77.54 | 111.9 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 49 | 0 | 0.95 | 0.78 | 0.13 | 348.91 | 0.91 | 0.45 |
| Hex | DD | A | 31 | 0 | 5F | 4E | D | 15D | 5B | 2D |
| Octal | 335 | 12 | 61 | 0 | 137 | 116 | 15 | 535 | 133 | 55 |
| Binary | 11011101 | 1010 | 110001 | 0 | 1011111 | 1001110 | 1101 | 101011101 | 1011011 | 101101 |
Color Harmonies of #DD0A31
Complementary color
Monochromatic Colors of #DD0A31
Black with #DD0A31
Text Example
Text Example
White with #DD0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A31; }
p { color: rgb(221,10,49); }
H1.HeaderClassName
{
color: #DD0A31;
}
.AnyTagClassName
{
color: #DD0A31;
}
</style>
background-color css
<style>
a { background-color: #DD0A31; }
a { background-color: rgb(221,10,49); }
div.DivClassName
{
background-color: #DD0A31;
}
.BgClassName
{
background-color: #DD0A31;
}
</style>
border-color css
<style>
span { border-color: #DD0A31; }
span { border-color: rgb(221,10,49); }
td.TdClassName
{
border-color: #DD0A31;
}
.TagClassName
{
border-color: #DD0A31;
}
</style>