Shades of Cinnabar #DD4743
Tints of Cinnabar #DD4743
RGB
CMYK
RGB Variations
Color information
#DD4743 (or 0xDD4743) is known color: Cinnabar. HEX triplet: DD, 47 and 43. RGB value is (221,71,67). Sum of RGB (Red+Green+Blue) = 221+71+67=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4743 is #22B8BC. Grayscale: #737373. Windows color (decimal): -2275517 or 4409309. OLE color: 4409309.
HSL color Cylindrical-coordinate representation of color #DD4743: hue angle of 1.56º 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 #DD4743 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 67 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.13 |
| HSL | 1.56º | 0.69% | 0.56% | - |
| HSV(B) | 1.56º | 0.7% | 0.87% | - |
| XYZ | 33.09 | 20.28 | 7.48 | - |
| YUV | 115.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 67 | 0 | 0.68 | 0.70 | 0.13 | 1.56 | 0.69 | 0.56 |
| Hex | DD | 47 | 43 | 0 | 44 | 46 | D | 2 | 45 | 38 |
| Octal | 335 | 107 | 103 | 0 | 104 | 106 | 15 | 2 | 105 | 70 |
| Binary | 11011101 | 1000111 | 1000011 | 0 | 1000100 | 1000110 | 1101 | 10 | 1000101 | 111000 |
Color Harmonies of #DD4743
Complementary color
Monochromatic Colors of #DD4743
Black with #DD4743
Text Example
Text Example
White with #DD4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4743; }
p { color: rgb(221,71,67); }
H1.HeaderClassName
{
color: #DD4743;
}
.AnyTagClassName
{
color: #DD4743;
}
</style>
background-color css
<style>
a { background-color: #DD4743; }
a { background-color: rgb(221,71,67); }
div.DivClassName
{
background-color: #DD4743;
}
.BgClassName
{
background-color: #DD4743;
}
</style>
border-color css
<style>
span { border-color: #DD4743; }
span { border-color: rgb(221,71,67); }
td.TdClassName
{
border-color: #DD4743;
}
.TagClassName
{
border-color: #DD4743;
}
</style>