Shades of Roman #DD6357
Tints of Roman #DD6357
RGB
CMYK
RGB Variations
Color information
#DD6357 (or 0xDD6357) is known color: Roman. HEX triplet: DD, 63 and 57. RGB value is (221,99,87). Sum of RGB (Red+Green+Blue) = 221+99+87=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6357 is #229CA8. Grayscale: #868686. Windows color (decimal): -2268329 or 5727197. OLE color: 5727197.
HSL color Cylindrical-coordinate representation of color #DD6357: hue angle of 5.37º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6357 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 87 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.13 |
| HSL | 5.37º | 0.66% | 0.6% | - |
| HSV(B) | 5.37º | 0.61% | 0.87% | - |
| XYZ | 36 | 24.98 | 11.94 | - |
| YUV | 134.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 87 | 0 | 0.55 | 0.61 | 0.13 | 5.37 | 0.66 | 0.6 |
| Hex | DD | 63 | 57 | 0 | 37 | 3D | D | 5 | 42 | 3C |
| Octal | 335 | 143 | 127 | 0 | 67 | 75 | 15 | 5 | 102 | 74 |
| Binary | 11011101 | 1100011 | 1010111 | 0 | 110111 | 111101 | 1101 | 101 | 1000010 | 111100 |
Color Harmonies of #DD6357
Complementary color
Monochromatic Colors of #DD6357
Black with #DD6357
Text Example
Text Example
White with #DD6357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6357; }
p { color: rgb(221,99,87); }
H1.HeaderClassName
{
color: #DD6357;
}
.AnyTagClassName
{
color: #DD6357;
}
</style>
background-color css
<style>
a { background-color: #DD6357; }
a { background-color: rgb(221,99,87); }
div.DivClassName
{
background-color: #DD6357;
}
.BgClassName
{
background-color: #DD6357;
}
</style>
border-color css
<style>
span { border-color: #DD6357; }
span { border-color: rgb(221,99,87); }
td.TdClassName
{
border-color: #DD6357;
}
.TagClassName
{
border-color: #DD6357;
}
</style>