Shades of Crimson #DD0430
Tints of Crimson #DD0430
RGB
CMYK
RGB Variations
Color information
#DD0430 (or 0xDD0430) is known color: Crimson. HEX triplet: DD, 04 and 30. RGB value is (221,4,48). Sum of RGB (Red+Green+Blue) = 221+4+48=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0430 is #22FBCF. Grayscale: #494949. Windows color (decimal): -2292688 or 3146973. OLE color: 3146973.
HSL color Cylindrical-coordinate representation of color #DD0430: hue angle of 347.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0430 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.13 |
| HSL | 347.83º | 0.96% | 0.44% | - |
| HSV(B) | 347.83º | 0.98% | 0.87% | - |
| XYZ | 30.4 | 15.67 | 4.22 | - |
| YUV | 73.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 48 | 0 | 0.98 | 0.78 | 0.13 | 347.83 | 0.96 | 0.44 |
| Hex | DD | 4 | 30 | 0 | 62 | 4E | D | 15C | 60 | 2C |
| Octal | 335 | 4 | 60 | 0 | 142 | 116 | 15 | 534 | 140 | 54 |
| Binary | 11011101 | 100 | 110000 | 0 | 1100010 | 1001110 | 1101 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DD0430
Complementary color
Monochromatic Colors of #DD0430
Black with #DD0430
Text Example
Text Example
White with #DD0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0430; }
p { color: rgb(221,4,48); }
H1.HeaderClassName
{
color: #DD0430;
}
.AnyTagClassName
{
color: #DD0430;
}
</style>
background-color css
<style>
a { background-color: #DD0430; }
a { background-color: rgb(221,4,48); }
div.DivClassName
{
background-color: #DD0430;
}
.BgClassName
{
background-color: #DD0430;
}
</style>
border-color css
<style>
span { border-color: #DD0430; }
span { border-color: rgb(221,4,48); }
td.TdClassName
{
border-color: #DD0430;
}
.TagClassName
{
border-color: #DD0430;
}
</style>