Shades of Cinnabar #DD4B3E
Tints of Cinnabar #DD4B3E
RGB
CMYK
RGB Variations
Color information
#DD4B3E (or 0xDD4B3E) is known color: Cinnabar. HEX triplet: DD, 4B and 3E. RGB value is (221,75,62). Sum of RGB (Red+Green+Blue) = 221+75+62=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B3E is #22B4C1. Grayscale: #757575. Windows color (decimal): -2274498 or 4082653. OLE color: 4082653.
HSL color Cylindrical-coordinate representation of color #DD4B3E: hue angle of 4.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD4B3E is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 62 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.13 |
| HSL | 4.91º | 0.7% | 0.55% | - |
| HSV(B) | 4.91º | 0.72% | 0.87% | - |
| XYZ | 33.2 | 20.75 | 6.81 | - |
| YUV | 117.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 62 | 0 | 0.66 | 0.72 | 0.13 | 4.91 | 0.7 | 0.55 |
| Hex | DD | 4B | 3E | 0 | 42 | 48 | D | 5 | 46 | 37 |
| Octal | 335 | 113 | 76 | 0 | 102 | 110 | 15 | 5 | 106 | 67 |
| Binary | 11011101 | 1001011 | 111110 | 0 | 1000010 | 1001000 | 1101 | 101 | 1000110 | 110111 |
Color Harmonies of #DD4B3E
Complementary color
Monochromatic Colors of #DD4B3E
Black with #DD4B3E
Text Example
Text Example
White with #DD4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B3E; }
p { color: rgb(221,75,62); }
H1.HeaderClassName
{
color: #DD4B3E;
}
.AnyTagClassName
{
color: #DD4B3E;
}
</style>
background-color css
<style>
a { background-color: #DD4B3E; }
a { background-color: rgb(221,75,62); }
div.DivClassName
{
background-color: #DD4B3E;
}
.BgClassName
{
background-color: #DD4B3E;
}
</style>
border-color css
<style>
span { border-color: #DD4B3E; }
span { border-color: rgb(221,75,62); }
td.TdClassName
{
border-color: #DD4B3E;
}
.TagClassName
{
border-color: #DD4B3E;
}
</style>