Shades of Cinnabar #DD433B
Tints of Cinnabar #DD433B
RGB
CMYK
RGB Variations
Color information
#DD433B (or 0xDD433B) is known color: Cinnabar. HEX triplet: DD, 43 and 3B. RGB value is (221,67,59). Sum of RGB (Red+Green+Blue) = 221+67+59=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD433B is #22BCC4. Grayscale: #707070. Windows color (decimal): -2276549 or 3883997. OLE color: 3883997.
HSL color Cylindrical-coordinate representation of color #DD433B: hue angle of 2.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD433B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 59 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.13 |
| HSL | 2.96º | 0.7% | 0.55% | - |
| HSV(B) | 2.96º | 0.73% | 0.87% | - |
| XYZ | 32.62 | 19.7 | 6.22 | - |
| YUV | 112.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 59 | 0 | 0.70 | 0.73 | 0.13 | 2.96 | 0.7 | 0.55 |
| Hex | DD | 43 | 3B | 0 | 46 | 49 | D | 3 | 46 | 37 |
| Octal | 335 | 103 | 73 | 0 | 106 | 111 | 15 | 3 | 106 | 67 |
| Binary | 11011101 | 1000011 | 111011 | 0 | 1000110 | 1001001 | 1101 | 11 | 1000110 | 110111 |
Color Harmonies of #DD433B
Complementary color
Monochromatic Colors of #DD433B
Black with #DD433B
Text Example
Text Example
White with #DD433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD433B; }
p { color: rgb(221,67,59); }
H1.HeaderClassName
{
color: #DD433B;
}
.AnyTagClassName
{
color: #DD433B;
}
</style>
background-color css
<style>
a { background-color: #DD433B; }
a { background-color: rgb(221,67,59); }
div.DivClassName
{
background-color: #DD433B;
}
.BgClassName
{
background-color: #DD433B;
}
</style>
border-color css
<style>
span { border-color: #DD433B; }
span { border-color: rgb(221,67,59); }
td.TdClassName
{
border-color: #DD433B;
}
.TagClassName
{
border-color: #DD433B;
}
</style>