Shades of Cinnabar #DD462A
Tints of Cinnabar #DD462A
RGB
CMYK
RGB Variations
Color information
#DD462A (or 0xDD462A) is known color: Cinnabar. HEX triplet: DD, 46 and 2A. RGB value is (221,70,42). Sum of RGB (Red+Green+Blue) = 221+70+42=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462A is #22B9D5. Grayscale: #707070. Windows color (decimal): -2275798 or 2770653. OLE color: 2770653.
HSL color Cylindrical-coordinate representation of color #DD462A: hue angle of 9.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD462A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.13 |
| HSL | 9.39º | 0.72% | 0.52% | - |
| HSV(B) | 9.39º | 0.81% | 0.87% | - |
| XYZ | 32.43 | 19.92 | 4.33 | - |
| YUV | 111.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 42 | 0 | 0.68 | 0.81 | 0.13 | 9.39 | 0.72 | 0.52 |
| Hex | DD | 46 | 2A | 0 | 44 | 51 | D | 9 | 48 | 34 |
| Octal | 335 | 106 | 52 | 0 | 104 | 121 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1000110 | 101010 | 0 | 1000100 | 1010001 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD462A
Complementary color
Monochromatic Colors of #DD462A
Black with #DD462A
Text Example
Text Example
White with #DD462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD462A; }
p { color: rgb(221,70,42); }
H1.HeaderClassName
{
color: #DD462A;
}
.AnyTagClassName
{
color: #DD462A;
}
</style>
background-color css
<style>
a { background-color: #DD462A; }
a { background-color: rgb(221,70,42); }
div.DivClassName
{
background-color: #DD462A;
}
.BgClassName
{
background-color: #DD462A;
}
</style>
border-color css
<style>
span { border-color: #DD462A; }
span { border-color: rgb(221,70,42); }
td.TdClassName
{
border-color: #DD462A;
}
.TagClassName
{
border-color: #DD462A;
}
</style>