Shades of Cinnabar #DD411E
Tints of Cinnabar #DD411E
RGB
CMYK
RGB Variations
Color information
#DD411E (or 0xDD411E) is known color: Cinnabar. HEX triplet: DD, 41 and 1E. RGB value is (221,65,30). Sum of RGB (Red+Green+Blue) = 221+65+30=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD411E is #22BEE1. Grayscale: #6B6B6B. Windows color (decimal): -2277090 or 1982941. OLE color: 1982941.
HSL color Cylindrical-coordinate representation of color #DD411E: hue angle of 10.99º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD411E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.99º | 0.76% | 0.49% | - |
| HSV(B) | 10.99º | 0.86% | 0.87% | - |
| XYZ | 31.94 | 19.25 | 3.26 | - |
| YUV | 107.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 30 | 0 | 0.71 | 0.86 | 0.13 | 10.99 | 0.76 | 0.49 |
| Hex | DD | 41 | 1E | 0 | 47 | 56 | D | B | 4C | 31 |
| Octal | 335 | 101 | 36 | 0 | 107 | 126 | 15 | 13 | 114 | 61 |
| Binary | 11011101 | 1000001 | 11110 | 0 | 1000111 | 1010110 | 1101 | 1011 | 1001100 | 110001 |
Color Harmonies of #DD411E
Complementary color
Monochromatic Colors of #DD411E
Black with #DD411E
Text Example
Text Example
White with #DD411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD411E; }
p { color: rgb(221,65,30); }
H1.HeaderClassName
{
color: #DD411E;
}
.AnyTagClassName
{
color: #DD411E;
}
</style>
background-color css
<style>
a { background-color: #DD411E; }
a { background-color: rgb(221,65,30); }
div.DivClassName
{
background-color: #DD411E;
}
.BgClassName
{
background-color: #DD411E;
}
</style>
border-color css
<style>
span { border-color: #DD411E; }
span { border-color: rgb(221,65,30); }
td.TdClassName
{
border-color: #DD411E;
}
.TagClassName
{
border-color: #DD411E;
}
</style>