Shades of Roman #DE5A5A
Tints of Roman #DE5A5A
RGB
CMYK
RGB Variations
Color information
#DE5A5A (or 0xDE5A5A) is known color: Roman. HEX triplet: DE, 5A and 5A. RGB value is (222,90,90). Sum of RGB (Red+Green+Blue) = 222+90+90=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5A5A is #21A5A5. Grayscale: #818181. Windows color (decimal): -2205094 or 5921502. OLE color: 5921502.
HSL color Cylindrical-coordinate representation of color #DE5A5A: hue angle of 0º degrees, saturation: 0.67, 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 #DE5A5A is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 90 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.13 |
| HSL | 0º | 0.67% | 0.61% | - |
| HSV(B) | 0º | 0.59% | 0.87% | - |
| XYZ | 35.63 | 23.58 | 12.35 | - |
| YUV | 129.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 90 | 0 | 0.59 | 0.59 | 0.13 | 0 | 0.67 | 0.61 |
| Hex | DE | 5A | 5A | 0 | 3B | 3B | D | 0 | 43 | 3D |
| Octal | 336 | 132 | 132 | 0 | 73 | 73 | 15 | 0 | 103 | 75 |
| Binary | 11011110 | 1011010 | 1011010 | 0 | 111011 | 111011 | 1101 | 0 | 1000011 | 111101 |
Color Harmonies of #DE5A5A
Complementary color
Monochromatic Colors of #DE5A5A
Black with #DE5A5A
Text Example
Text Example
White with #DE5A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A5A; }
p { color: rgb(222,90,90); }
H1.HeaderClassName
{
color: #DE5A5A;
}
.AnyTagClassName
{
color: #DE5A5A;
}
</style>
background-color css
<style>
a { background-color: #DE5A5A; }
a { background-color: rgb(222,90,90); }
div.DivClassName
{
background-color: #DE5A5A;
}
.BgClassName
{
background-color: #DE5A5A;
}
</style>
border-color css
<style>
span { border-color: #DE5A5A; }
span { border-color: rgb(222,90,90); }
td.TdClassName
{
border-color: #DE5A5A;
}
.TagClassName
{
border-color: #DE5A5A;
}
</style>