Shades of Cinnabar #DD433F
Tints of Cinnabar #DD433F
RGB
CMYK
RGB Variations
Color information
#DD433F (or 0xDD433F) is known color: Cinnabar. HEX triplet: DD, 43 and 3F. RGB value is (221,67,63). Sum of RGB (Red+Green+Blue) = 221+67+63=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD433F is #22BCC0. Grayscale: #707070. Windows color (decimal): -2276545 or 4146141. OLE color: 4146141.
HSL color Cylindrical-coordinate representation of color #DD433F: hue angle of 1.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD433F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 63 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.13 |
| HSL | 1.52º | 0.7% | 0.56% | - |
| HSV(B) | 1.52º | 0.71% | 0.87% | - |
| XYZ | 32.72 | 19.75 | 6.79 | - |
| YUV | 112.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 63 | 0 | 0.70 | 0.71 | 0.13 | 1.52 | 0.7 | 0.56 |
| Hex | DD | 43 | 3F | 0 | 46 | 47 | D | 2 | 46 | 38 |
| Octal | 335 | 103 | 77 | 0 | 106 | 107 | 15 | 2 | 106 | 70 |
| Binary | 11011101 | 1000011 | 111111 | 0 | 1000110 | 1000111 | 1101 | 10 | 1000110 | 111000 |
Color Harmonies of #DD433F
Complementary color
Monochromatic Colors of #DD433F
Black with #DD433F
Text Example
Text Example
White with #DD433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD433F; }
p { color: rgb(221,67,63); }
H1.HeaderClassName
{
color: #DD433F;
}
.AnyTagClassName
{
color: #DD433F;
}
</style>
background-color css
<style>
a { background-color: #DD433F; }
a { background-color: rgb(221,67,63); }
div.DivClassName
{
background-color: #DD433F;
}
.BgClassName
{
background-color: #DD433F;
}
</style>
border-color css
<style>
span { border-color: #DD433F; }
span { border-color: rgb(221,67,63); }
td.TdClassName
{
border-color: #DD433F;
}
.TagClassName
{
border-color: #DD433F;
}
</style>