Shades of Cinnabar #DD472A
Tints of Cinnabar #DD472A
RGB
CMYK
RGB Variations
Color information
#DD472A (or 0xDD472A) is known color: Cinnabar. HEX triplet: DD, 47 and 2A. RGB value is (221,71,42). Sum of RGB (Red+Green+Blue) = 221+71+42=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD472A is #22B8D5. Grayscale: #707070. Windows color (decimal): -2275542 or 2770909. OLE color: 2770909.
HSL color Cylindrical-coordinate representation of color #DD472A: hue angle of 9.72º 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 #DD472A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.13 |
| HSL | 9.72º | 0.72% | 0.52% | - |
| HSV(B) | 9.72º | 0.81% | 0.87% | - |
| XYZ | 32.49 | 20.05 | 4.35 | - |
| YUV | 112.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 42 | 0 | 0.68 | 0.81 | 0.13 | 9.72 | 0.72 | 0.52 |
| Hex | DD | 47 | 2A | 0 | 44 | 51 | D | A | 48 | 34 |
| Octal | 335 | 107 | 52 | 0 | 104 | 121 | 15 | 12 | 110 | 64 |
| Binary | 11011101 | 1000111 | 101010 | 0 | 1000100 | 1010001 | 1101 | 1010 | 1001000 | 110100 |
Color Harmonies of #DD472A
Complementary color
Monochromatic Colors of #DD472A
Black with #DD472A
Text Example
Text Example
White with #DD472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD472A; }
p { color: rgb(221,71,42); }
H1.HeaderClassName
{
color: #DD472A;
}
.AnyTagClassName
{
color: #DD472A;
}
</style>
background-color css
<style>
a { background-color: #DD472A; }
a { background-color: rgb(221,71,42); }
div.DivClassName
{
background-color: #DD472A;
}
.BgClassName
{
background-color: #DD472A;
}
</style>
border-color css
<style>
span { border-color: #DD472A; }
span { border-color: rgb(221,71,42); }
td.TdClassName
{
border-color: #DD472A;
}
.TagClassName
{
border-color: #DD472A;
}
</style>