Shades of Roman #DB5E5E
Tints of Roman #DB5E5E
RGB
CMYK
RGB Variations
Color information
#DB5E5E (or 0xDB5E5E) is known color: Roman. HEX triplet: DB, 5E and 5E. RGB value is (219,94,94). Sum of RGB (Red+Green+Blue) = 219+94+94=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E5E is #24A1A1. Grayscale: #838383. Windows color (decimal): -2400674 or 6184667. OLE color: 6184667.
HSL color Cylindrical-coordinate representation of color #DB5E5E: hue angle of 0º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E5E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 94 | - |
CMYK | 0 | 0.57 | 0.57 | 0.14 |
HSL | 0º | 0.63% | 0.61% | - |
HSV(B) | 0º | 0.57% | 0.86% | - |
XYZ | 35.24 | 23.87 | 13.34 | - |
YUV | 131.38 | 106.91 | 190.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 94 | 0 | 0.57 | 0.57 | 0.14 | 0 | 0.63 | 0.61 |
Hex | DB | 5E | 5E | 0 | 39 | 39 | E | 0 | 3F | 3D |
Octal | 333 | 136 | 136 | 0 | 71 | 71 | 16 | 0 | 77 | 75 |
Binary | 11011011 | 1011110 | 1011110 | 0 | 111001 | 111001 | 1110 | 0 | 111111 | 111101 |
Color Harmonies of #DB5E5E
Complementary color
Monochromatic Colors of #DB5E5E
Black with #DB5E5E
Text Example
Text Example
White with #DB5E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E5E; }
p { color: rgb(219,94,94); }
H1.HeaderClassName
{
color: #DB5E5E;
}
.AnyTagClassName
{
color: #DB5E5E;
}
</style>
background-color css
<style>
a { background-color: #DB5E5E; }
a { background-color: rgb(219,94,94); }
div.DivClassName
{
background-color: #DB5E5E;
}
.BgClassName
{
background-color: #DB5E5E;
}
</style>
border-color css
<style>
span { border-color: #DB5E5E; }
span { border-color: rgb(219,94,94); }
td.TdClassName
{
border-color: #DB5E5E;
}
.TagClassName
{
border-color: #DB5E5E;
}
</style>