Shades of Cinnabar #DD4241
Tints of Cinnabar #DD4241
RGB
CMYK
RGB Variations
Color information
#DD4241 (or 0xDD4241) is known color: Cinnabar. HEX triplet: DD, 42 and 41. RGB value is (221,66,65). Sum of RGB (Red+Green+Blue) = 221+66+65=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4241 is #22BDBE. Grayscale: #707070. Windows color (decimal): -2276799 or 4276957. OLE color: 4276957.
HSL color Cylindrical-coordinate representation of color #DD4241: hue angle of 0.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4241 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 65 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.13 |
| HSL | 0.38º | 0.7% | 0.56% | - |
| HSV(B) | 0.38º | 0.71% | 0.87% | - |
| XYZ | 32.72 | 19.65 | 7.07 | - |
| YUV | 112.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 65 | 0 | 0.70 | 0.71 | 0.13 | 0.38 | 0.7 | 0.56 |
| Hex | DD | 42 | 41 | 0 | 46 | 47 | D | 0 | 46 | 38 |
| Octal | 335 | 102 | 101 | 0 | 106 | 107 | 15 | 0 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1000001 | 0 | 1000110 | 1000111 | 1101 | 0 | 1000110 | 111000 |
Color Harmonies of #DD4241
Complementary color
Monochromatic Colors of #DD4241
Black with #DD4241
Text Example
Text Example
White with #DD4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4241; }
p { color: rgb(221,66,65); }
H1.HeaderClassName
{
color: #DD4241;
}
.AnyTagClassName
{
color: #DD4241;
}
</style>
background-color css
<style>
a { background-color: #DD4241; }
a { background-color: rgb(221,66,65); }
div.DivClassName
{
background-color: #DD4241;
}
.BgClassName
{
background-color: #DD4241;
}
</style>
border-color css
<style>
span { border-color: #DD4241; }
span { border-color: rgb(221,66,65); }
td.TdClassName
{
border-color: #DD4241;
}
.TagClassName
{
border-color: #DD4241;
}
</style>