Shades of Roman #DA5E5E
Tints of Roman #DA5E5E
RGB
CMYK
RGB Variations
Color information
#DA5E5E (or 0xDA5E5E) is known color: Roman. HEX triplet: DA, 5E and 5E. RGB value is (218,94,94). Sum of RGB (Red+Green+Blue) = 218+94+94=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E5E is #25A1A1. Grayscale: #838383. Windows color (decimal): -2466210 or 6184666. OLE color: 6184666.
HSL color Cylindrical-coordinate representation of color #DA5E5E: hue angle of 0º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5E5E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 94 | 94 | - |
CMYK | 0 | 0.57 | 0.57 | 0.15 |
HSL | 0º | 0.63% | 0.61% | - |
HSV(B) | 0º | 0.57% | 0.85% | - |
XYZ | 34.94 | 23.72 | 13.33 | - |
YUV | 131.08 | 107.08 | 190 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 94 | 94 | 0 | 0.57 | 0.57 | 0.15 | 0 | 0.63 | 0.61 |
Hex | DA | 5E | 5E | 0 | 39 | 39 | F | 0 | 3F | 3D |
Octal | 332 | 136 | 136 | 0 | 71 | 71 | 17 | 0 | 77 | 75 |
Binary | 11011010 | 1011110 | 1011110 | 0 | 111001 | 111001 | 1111 | 0 | 111111 | 111101 |
Color Harmonies of #DA5E5E
Complementary color
Monochromatic Colors of #DA5E5E
Black with #DA5E5E
Text Example
Text Example
White with #DA5E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E5E; }
p { color: rgb(218,94,94); }
H1.HeaderClassName
{
color: #DA5E5E;
}
.AnyTagClassName
{
color: #DA5E5E;
}
</style>
background-color css
<style>
a { background-color: #DA5E5E; }
a { background-color: rgb(218,94,94); }
div.DivClassName
{
background-color: #DA5E5E;
}
.BgClassName
{
background-color: #DA5E5E;
}
</style>
border-color css
<style>
span { border-color: #DA5E5E; }
span { border-color: rgb(218,94,94); }
td.TdClassName
{
border-color: #DA5E5E;
}
.TagClassName
{
border-color: #DA5E5E;
}
</style>