Shades of Roman #DE5C5B
Tints of Roman #DE5C5B
RGB
CMYK
RGB Variations
Color information
#DE5C5B (or 0xDE5C5B) is known color: Roman. HEX triplet: DE, 5C and 5B. RGB value is (222,92,91). Sum of RGB (Red+Green+Blue) = 222+92+91=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C5B is #21A3A4. Grayscale: #828282. Windows color (decimal): -2204581 or 5987550. OLE color: 5987550.
HSL color Cylindrical-coordinate representation of color #DE5C5B: hue angle of 0.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5C5B is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 92 | 91 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.13 |
| HSL | 0.46º | 0.66% | 0.61% | - |
| HSV(B) | 0.46º | 0.59% | 0.87% | - |
| XYZ | 35.84 | 23.94 | 12.63 | - |
| YUV | 130.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 91 | 0 | 0.59 | 0.59 | 0.13 | 0.46 | 0.66 | 0.61 |
| Hex | DE | 5C | 5B | 0 | 3B | 3B | D | 0 | 42 | 3D |
| Octal | 336 | 134 | 133 | 0 | 73 | 73 | 15 | 0 | 102 | 75 |
| Binary | 11011110 | 1011100 | 1011011 | 0 | 111011 | 111011 | 1101 | 0 | 1000010 | 111101 |
Color Harmonies of #DE5C5B
Complementary color
Monochromatic Colors of #DE5C5B
Black with #DE5C5B
Text Example
Text Example
White with #DE5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5C5B; }
p { color: rgb(222,92,91); }
H1.HeaderClassName
{
color: #DE5C5B;
}
.AnyTagClassName
{
color: #DE5C5B;
}
</style>
background-color css
<style>
a { background-color: #DE5C5B; }
a { background-color: rgb(222,92,91); }
div.DivClassName
{
background-color: #DE5C5B;
}
.BgClassName
{
background-color: #DE5C5B;
}
</style>
border-color css
<style>
span { border-color: #DE5C5B; }
span { border-color: rgb(222,92,91); }
td.TdClassName
{
border-color: #DE5C5B;
}
.TagClassName
{
border-color: #DE5C5B;
}
</style>