Shades of Cinnabar #DD4130
Tints of Cinnabar #DD4130
RGB
CMYK
RGB Variations
Color information
#DD4130 (or 0xDD4130) is known color: Cinnabar. HEX triplet: DD, 41 and 30. RGB value is (221,65,48). Sum of RGB (Red+Green+Blue) = 221+65+48=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4130 is #22BECF. Grayscale: #6D6D6D. Windows color (decimal): -2277072 or 3162589. OLE color: 3162589.
HSL color Cylindrical-coordinate representation of color #DD4130: hue angle of 5.9º 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 #DD4130 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 5.9º | 0.72% | 0.53% | - |
| HSV(B) | 5.9º | 0.78% | 0.87% | - |
| XYZ | 32.24 | 19.37 | 4.83 | - |
| YUV | 109.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 48 | 0 | 0.71 | 0.78 | 0.13 | 5.9 | 0.72 | 0.53 |
| Hex | DD | 41 | 30 | 0 | 47 | 4E | D | 6 | 48 | 35 |
| Octal | 335 | 101 | 60 | 0 | 107 | 116 | 15 | 6 | 110 | 65 |
| Binary | 11011101 | 1000001 | 110000 | 0 | 1000111 | 1001110 | 1101 | 110 | 1001000 | 110101 |
Color Harmonies of #DD4130
Complementary color
Monochromatic Colors of #DD4130
Black with #DD4130
Text Example
Text Example
White with #DD4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4130; }
p { color: rgb(221,65,48); }
H1.HeaderClassName
{
color: #DD4130;
}
.AnyTagClassName
{
color: #DD4130;
}
</style>
background-color css
<style>
a { background-color: #DD4130; }
a { background-color: rgb(221,65,48); }
div.DivClassName
{
background-color: #DD4130;
}
.BgClassName
{
background-color: #DD4130;
}
</style>
border-color css
<style>
span { border-color: #DD4130; }
span { border-color: rgb(221,65,48); }
td.TdClassName
{
border-color: #DD4130;
}
.TagClassName
{
border-color: #DD4130;
}
</style>