Shades of Roman #DE5B54
Tints of Roman #DE5B54
RGB
CMYK
RGB Variations
Color information
#DE5B54 (or 0xDE5B54) is known color: Roman. HEX triplet: DE, 5B and 54. RGB value is (222,91,84). Sum of RGB (Red+Green+Blue) = 222+91+84=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B54 is #21A4AB. Grayscale: #818181. Windows color (decimal): -2204844 or 5528542. OLE color: 5528542.
HSL color Cylindrical-coordinate representation of color #DE5B54: hue angle of 3.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5B54 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 84 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.13 |
| HSL | 3.04º | 0.68% | 0.6% | - |
| HSV(B) | 3.04º | 0.62% | 0.87% | - |
| XYZ | 35.47 | 23.65 | 11.08 | - |
| YUV | 129.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 84 | 0 | 0.59 | 0.62 | 0.13 | 3.04 | 0.68 | 0.6 |
| Hex | DE | 5B | 54 | 0 | 3B | 3E | D | 3 | 44 | 3C |
| Octal | 336 | 133 | 124 | 0 | 73 | 76 | 15 | 3 | 104 | 74 |
| Binary | 11011110 | 1011011 | 1010100 | 0 | 111011 | 111110 | 1101 | 11 | 1000100 | 111100 |
Color Harmonies of #DE5B54
Complementary color
Monochromatic Colors of #DE5B54
Black with #DE5B54
Text Example
Text Example
White with #DE5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B54; }
p { color: rgb(222,91,84); }
H1.HeaderClassName
{
color: #DE5B54;
}
.AnyTagClassName
{
color: #DE5B54;
}
</style>
background-color css
<style>
a { background-color: #DE5B54; }
a { background-color: rgb(222,91,84); }
div.DivClassName
{
background-color: #DE5B54;
}
.BgClassName
{
background-color: #DE5B54;
}
</style>
border-color css
<style>
span { border-color: #DE5B54; }
span { border-color: rgb(222,91,84); }
td.TdClassName
{
border-color: #DE5B54;
}
.TagClassName
{
border-color: #DE5B54;
}
</style>