Shades of Cinnabar #DD4A43
Tints of Cinnabar #DD4A43
RGB
CMYK
RGB Variations
Color information
#DD4A43 (or 0xDD4A43) is known color: Cinnabar. HEX triplet: DD, 4A and 43. RGB value is (221,74,67). Sum of RGB (Red+Green+Blue) = 221+74+67=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A43 is #22B5BC. Grayscale: #757575. Windows color (decimal): -2274749 or 4410077. OLE color: 4410077.
HSL color Cylindrical-coordinate representation of color #DD4A43: hue angle of 2.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4A43 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 67 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.13 |
| HSL | 2.73º | 0.69% | 0.56% | - |
| HSV(B) | 2.73º | 0.7% | 0.87% | - |
| XYZ | 33.28 | 20.67 | 7.55 | - |
| YUV | 117.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 67 | 0 | 0.67 | 0.70 | 0.13 | 2.73 | 0.69 | 0.56 |
| Hex | DD | 4A | 43 | 0 | 43 | 46 | D | 3 | 45 | 38 |
| Octal | 335 | 112 | 103 | 0 | 103 | 106 | 15 | 3 | 105 | 70 |
| Binary | 11011101 | 1001010 | 1000011 | 0 | 1000011 | 1000110 | 1101 | 11 | 1000101 | 111000 |
Color Harmonies of #DD4A43
Complementary color
Monochromatic Colors of #DD4A43
Black with #DD4A43
Text Example
Text Example
White with #DD4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A43; }
p { color: rgb(221,74,67); }
H1.HeaderClassName
{
color: #DD4A43;
}
.AnyTagClassName
{
color: #DD4A43;
}
</style>
background-color css
<style>
a { background-color: #DD4A43; }
a { background-color: rgb(221,74,67); }
div.DivClassName
{
background-color: #DD4A43;
}
.BgClassName
{
background-color: #DD4A43;
}
</style>
border-color css
<style>
span { border-color: #DD4A43; }
span { border-color: rgb(221,74,67); }
td.TdClassName
{
border-color: #DD4A43;
}
.TagClassName
{
border-color: #DD4A43;
}
</style>