Shades of Cinnabar #DD412E
Tints of Cinnabar #DD412E
RGB
CMYK
RGB Variations
Color information
#DD412E (or 0xDD412E) is known color: Cinnabar. HEX triplet: DD, 41 and 2E. RGB value is (221,65,46). Sum of RGB (Red+Green+Blue) = 221+65+46=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD412E is #22BED1. Grayscale: #6D6D6D. Windows color (decimal): -2277074 or 3031517. OLE color: 3031517.
HSL color Cylindrical-coordinate representation of color #DD412E: hue angle of 6.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD412E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.13 |
| HSL | 6.51º | 0.72% | 0.52% | - |
| HSV(B) | 6.51º | 0.79% | 0.87% | - |
| XYZ | 32.2 | 19.35 | 4.62 | - |
| YUV | 109.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 46 | 0 | 0.71 | 0.79 | 0.13 | 6.51 | 0.72 | 0.52 |
| Hex | DD | 41 | 2E | 0 | 47 | 4F | D | 7 | 48 | 34 |
| Octal | 335 | 101 | 56 | 0 | 107 | 117 | 15 | 7 | 110 | 64 |
| Binary | 11011101 | 1000001 | 101110 | 0 | 1000111 | 1001111 | 1101 | 111 | 1001000 | 110100 |
Color Harmonies of #DD412E
Complementary color
Monochromatic Colors of #DD412E
Black with #DD412E
Text Example
Text Example
White with #DD412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD412E; }
p { color: rgb(221,65,46); }
H1.HeaderClassName
{
color: #DD412E;
}
.AnyTagClassName
{
color: #DD412E;
}
</style>
background-color css
<style>
a { background-color: #DD412E; }
a { background-color: rgb(221,65,46); }
div.DivClassName
{
background-color: #DD412E;
}
.BgClassName
{
background-color: #DD412E;
}
</style>
border-color css
<style>
span { border-color: #DD412E; }
span { border-color: rgb(221,65,46); }
td.TdClassName
{
border-color: #DD412E;
}
.TagClassName
{
border-color: #DD412E;
}
</style>