Shades of Cinnabar #DD362B
Tints of Cinnabar #DD362B
RGB
CMYK
RGB Variations
Color information
#DD362B (or 0xDD362B) is known color: Cinnabar. HEX triplet: DD, 36 and 2B. RGB value is (221,54,43). Sum of RGB (Red+Green+Blue) = 221+54+43=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD362B is #22C9D4. Grayscale: #666666. Windows color (decimal): -2279893 or 2832093. OLE color: 2832093.
HSL color Cylindrical-coordinate representation of color #DD362B: hue angle of 3.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD362B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 43 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.13 |
| HSL | 3.71º | 0.72% | 0.52% | - |
| HSV(B) | 3.71º | 0.81% | 0.87% | - |
| XYZ | 31.57 | 18.18 | 4.13 | - |
| YUV | 102.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 43 | 0 | 0.76 | 0.81 | 0.13 | 3.71 | 0.72 | 0.52 |
| Hex | DD | 36 | 2B | 0 | 4C | 51 | D | 4 | 48 | 34 |
| Octal | 335 | 66 | 53 | 0 | 114 | 121 | 15 | 4 | 110 | 64 |
| Binary | 11011101 | 110110 | 101011 | 0 | 1001100 | 1010001 | 1101 | 100 | 1001000 | 110100 |
Color Harmonies of #DD362B
Complementary color
Monochromatic Colors of #DD362B
Black with #DD362B
Text Example
Text Example
White with #DD362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD362B; }
p { color: rgb(221,54,43); }
H1.HeaderClassName
{
color: #DD362B;
}
.AnyTagClassName
{
color: #DD362B;
}
</style>
background-color css
<style>
a { background-color: #DD362B; }
a { background-color: rgb(221,54,43); }
div.DivClassName
{
background-color: #DD362B;
}
.BgClassName
{
background-color: #DD362B;
}
</style>
border-color css
<style>
span { border-color: #DD362B; }
span { border-color: rgb(221,54,43); }
td.TdClassName
{
border-color: #DD362B;
}
.TagClassName
{
border-color: #DD362B;
}
</style>