Shades of Cinnabar #DD461C
Tints of Cinnabar #DD461C
RGB
CMYK
RGB Variations
Color information
#DD461C (or 0xDD461C) is known color: Cinnabar. HEX triplet: DD, 46 and 1C. RGB value is (221,70,28). Sum of RGB (Red+Green+Blue) = 221+70+28=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD461C is #22B9E3. Grayscale: #6E6E6E. Windows color (decimal): -2275812 or 1853149. OLE color: 1853149.
HSL color Cylindrical-coordinate representation of color #DD461C: hue angle of 13.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD461C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.13 |
| HSL | 13.06º | 0.78% | 0.49% | - |
| HSV(B) | 13.06º | 0.87% | 0.87% | - |
| XYZ | 32.22 | 19.84 | 3.23 | - |
| YUV | 110.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 28 | 0 | 0.68 | 0.87 | 0.13 | 13.06 | 0.78 | 0.49 |
| Hex | DD | 46 | 1C | 0 | 44 | 57 | D | D | 4E | 31 |
| Octal | 335 | 106 | 34 | 0 | 104 | 127 | 15 | 15 | 116 | 61 |
| Binary | 11011101 | 1000110 | 11100 | 0 | 1000100 | 1010111 | 1101 | 1101 | 1001110 | 110001 |
Color Harmonies of #DD461C
Complementary color
Monochromatic Colors of #DD461C
Black with #DD461C
Text Example
Text Example
White with #DD461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD461C; }
p { color: rgb(221,70,28); }
H1.HeaderClassName
{
color: #DD461C;
}
.AnyTagClassName
{
color: #DD461C;
}
</style>
background-color css
<style>
a { background-color: #DD461C; }
a { background-color: rgb(221,70,28); }
div.DivClassName
{
background-color: #DD461C;
}
.BgClassName
{
background-color: #DD461C;
}
</style>
border-color css
<style>
span { border-color: #DD461C; }
span { border-color: rgb(221,70,28); }
td.TdClassName
{
border-color: #DD461C;
}
.TagClassName
{
border-color: #DD461C;
}
</style>