Shades of Cinnabar #DD3430
Tints of Cinnabar #DD3430
RGB
CMYK
RGB Variations
Color information
#DD3430 (or 0xDD3430) is known color: Cinnabar. HEX triplet: DD, 34 and 30. RGB value is (221,52,48). Sum of RGB (Red+Green+Blue) = 221+52+48=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3430 is #22CBCF. Grayscale: #666666. Windows color (decimal): -2280400 or 3159261. OLE color: 3159261.
HSL color Cylindrical-coordinate representation of color #DD3430: hue angle of 1.39º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3430 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 48 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.13 |
| HSL | 1.39º | 0.72% | 0.53% | - |
| HSV(B) | 1.39º | 0.78% | 0.87% | - |
| XYZ | 31.58 | 18.04 | 4.61 | - |
| YUV | 102.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 48 | 0 | 0.76 | 0.78 | 0.13 | 1.39 | 0.72 | 0.53 |
| Hex | DD | 34 | 30 | 0 | 4C | 4E | D | 1 | 48 | 35 |
| Octal | 335 | 64 | 60 | 0 | 114 | 116 | 15 | 1 | 110 | 65 |
| Binary | 11011101 | 110100 | 110000 | 0 | 1001100 | 1001110 | 1101 | 1 | 1001000 | 110101 |
Color Harmonies of #DD3430
Complementary color
Monochromatic Colors of #DD3430
Black with #DD3430
Text Example
Text Example
White with #DD3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3430; }
p { color: rgb(221,52,48); }
H1.HeaderClassName
{
color: #DD3430;
}
.AnyTagClassName
{
color: #DD3430;
}
</style>
background-color css
<style>
a { background-color: #DD3430; }
a { background-color: rgb(221,52,48); }
div.DivClassName
{
background-color: #DD3430;
}
.BgClassName
{
background-color: #DD3430;
}
</style>
border-color css
<style>
span { border-color: #DD3430; }
span { border-color: rgb(221,52,48); }
td.TdClassName
{
border-color: #DD3430;
}
.TagClassName
{
border-color: #DD3430;
}
</style>