Shades of Cinnabar #DD362F
Tints of Cinnabar #DD362F
RGB
CMYK
RGB Variations
Color information
#DD362F (or 0xDD362F) is known color: Cinnabar. HEX triplet: DD, 36 and 2F. RGB value is (221,54,47). Sum of RGB (Red+Green+Blue) = 221+54+47=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD362F is #22C9D0. Grayscale: #676767. Windows color (decimal): -2279889 or 3094237. OLE color: 3094237.
HSL color Cylindrical-coordinate representation of color #DD362F: hue angle of 2.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD362F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 47 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.13 |
| HSL | 2.41º | 0.72% | 0.53% | - |
| HSV(B) | 2.41º | 0.79% | 0.87% | - |
| XYZ | 31.65 | 18.22 | 4.54 | - |
| YUV | 103.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 47 | 0 | 0.76 | 0.79 | 0.13 | 2.41 | 0.72 | 0.53 |
| Hex | DD | 36 | 2F | 0 | 4C | 4F | D | 2 | 48 | 35 |
| Octal | 335 | 66 | 57 | 0 | 114 | 117 | 15 | 2 | 110 | 65 |
| Binary | 11011101 | 110110 | 101111 | 0 | 1001100 | 1001111 | 1101 | 10 | 1001000 | 110101 |
Color Harmonies of #DD362F
Complementary color
Monochromatic Colors of #DD362F
Black with #DD362F
Text Example
Text Example
White with #DD362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD362F; }
p { color: rgb(221,54,47); }
H1.HeaderClassName
{
color: #DD362F;
}
.AnyTagClassName
{
color: #DD362F;
}
</style>
background-color css
<style>
a { background-color: #DD362F; }
a { background-color: rgb(221,54,47); }
div.DivClassName
{
background-color: #DD362F;
}
.BgClassName
{
background-color: #DD362F;
}
</style>
border-color css
<style>
span { border-color: #DD362F; }
span { border-color: rgb(221,54,47); }
td.TdClassName
{
border-color: #DD362F;
}
.TagClassName
{
border-color: #DD362F;
}
</style>