Shades of Cinnabar #DD423C
Tints of Cinnabar #DD423C
RGB
CMYK
RGB Variations
Color information
#DD423C (or 0xDD423C) is known color: Cinnabar. HEX triplet: DD, 42 and 3C. RGB value is (221,66,60). Sum of RGB (Red+Green+Blue) = 221+66+60=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD423C is #22BDC3. Grayscale: #6F6F6F. Windows color (decimal): -2276804 or 3949277. OLE color: 3949277.
HSL color Cylindrical-coordinate representation of color #DD423C: hue angle of 2.24º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD423C is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 60 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.13 |
| HSL | 2.24º | 0.7% | 0.55% | - |
| HSV(B) | 2.24º | 0.73% | 0.87% | - |
| XYZ | 32.58 | 19.59 | 6.34 | - |
| YUV | 111.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 60 | 0 | 0.70 | 0.73 | 0.13 | 2.24 | 0.7 | 0.55 |
| Hex | DD | 42 | 3C | 0 | 46 | 49 | D | 2 | 46 | 37 |
| Octal | 335 | 102 | 74 | 0 | 106 | 111 | 15 | 2 | 106 | 67 |
| Binary | 11011101 | 1000010 | 111100 | 0 | 1000110 | 1001001 | 1101 | 10 | 1000110 | 110111 |
Color Harmonies of #DD423C
Complementary color
Monochromatic Colors of #DD423C
Black with #DD423C
Text Example
Text Example
White with #DD423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD423C; }
p { color: rgb(221,66,60); }
H1.HeaderClassName
{
color: #DD423C;
}
.AnyTagClassName
{
color: #DD423C;
}
</style>
background-color css
<style>
a { background-color: #DD423C; }
a { background-color: rgb(221,66,60); }
div.DivClassName
{
background-color: #DD423C;
}
.BgClassName
{
background-color: #DD423C;
}
</style>
border-color css
<style>
span { border-color: #DD423C; }
span { border-color: rgb(221,66,60); }
td.TdClassName
{
border-color: #DD423C;
}
.TagClassName
{
border-color: #DD423C;
}
</style>