Shades of Crimson #DD0438
Tints of Crimson #DD0438
RGB
CMYK
RGB Variations
Color information
#DD0438 (or 0xDD0438) is known color: Crimson. HEX triplet: DD, 04 and 38. RGB value is (221,4,56). Sum of RGB (Red+Green+Blue) = 221+4+56=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0438 is #22FBC7. Grayscale: #4A4A4A. Windows color (decimal): -2292680 or 3671261. OLE color: 3671261.
HSL color Cylindrical-coordinate representation of color #DD0438: hue angle of 345.62º 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 #DD0438 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.13 |
| HSL | 345.62º | 0.96% | 0.44% | - |
| HSV(B) | 345.62º | 0.98% | 0.87% | - |
| XYZ | 30.58 | 15.74 | 5.17 | - |
| YUV | 74.81 | 117.39 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 56 | 0 | 0.98 | 0.75 | 0.13 | 345.62 | 0.96 | 0.44 |
| Hex | DD | 4 | 38 | 0 | 62 | 4B | D | 15A | 60 | 2C |
| Octal | 335 | 4 | 70 | 0 | 142 | 113 | 15 | 532 | 140 | 54 |
| Binary | 11011101 | 100 | 111000 | 0 | 1100010 | 1001011 | 1101 | 101011010 | 1100000 | 101100 |
Color Harmonies of #DD0438
Complementary color
Monochromatic Colors of #DD0438
Black with #DD0438
Text Example
Text Example
White with #DD0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0438; }
p { color: rgb(221,4,56); }
H1.HeaderClassName
{
color: #DD0438;
}
.AnyTagClassName
{
color: #DD0438;
}
</style>
background-color css
<style>
a { background-color: #DD0438; }
a { background-color: rgb(221,4,56); }
div.DivClassName
{
background-color: #DD0438;
}
.BgClassName
{
background-color: #DD0438;
}
</style>
border-color css
<style>
span { border-color: #DD0438; }
span { border-color: rgb(221,4,56); }
td.TdClassName
{
border-color: #DD0438;
}
.TagClassName
{
border-color: #DD0438;
}
</style>