Shades of Cinnabar #DD423A
Tints of Cinnabar #DD423A
RGB
CMYK
RGB Variations
Color information
#DD423A (or 0xDD423A) is known color: Cinnabar. HEX triplet: DD, 42 and 3A. RGB value is (221,66,58). Sum of RGB (Red+Green+Blue) = 221+66+58=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD423A is #22BDC5. Grayscale: #6F6F6F. Windows color (decimal): -2276806 or 3818205. OLE color: 3818205.
HSL color Cylindrical-coordinate representation of color #DD423A: hue angle of 2.94º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD423A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 58 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.13 |
| HSL | 2.94º | 0.71% | 0.55% | - |
| HSV(B) | 2.94º | 0.74% | 0.87% | - |
| XYZ | 32.53 | 19.57 | 6.07 | - |
| YUV | 111.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 58 | 0 | 0.70 | 0.74 | 0.13 | 2.94 | 0.71 | 0.55 |
| Hex | DD | 42 | 3A | 0 | 46 | 4A | D | 3 | 47 | 37 |
| Octal | 335 | 102 | 72 | 0 | 106 | 112 | 15 | 3 | 107 | 67 |
| Binary | 11011101 | 1000010 | 111010 | 0 | 1000110 | 1001010 | 1101 | 11 | 1000111 | 110111 |
Color Harmonies of #DD423A
Complementary color
Monochromatic Colors of #DD423A
Black with #DD423A
Text Example
Text Example
White with #DD423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD423A; }
p { color: rgb(221,66,58); }
H1.HeaderClassName
{
color: #DD423A;
}
.AnyTagClassName
{
color: #DD423A;
}
</style>
background-color css
<style>
a { background-color: #DD423A; }
a { background-color: rgb(221,66,58); }
div.DivClassName
{
background-color: #DD423A;
}
.BgClassName
{
background-color: #DD423A;
}
</style>
border-color css
<style>
span { border-color: #DD423A; }
span { border-color: rgb(221,66,58); }
td.TdClassName
{
border-color: #DD423A;
}
.TagClassName
{
border-color: #DD423A;
}
</style>