Shades of Roman #D45E5B
Tints of Roman #D45E5B
RGB
CMYK
RGB Variations
Color information
#D45E5B (or 0xD45E5B) is known color: Roman. HEX triplet: D4, 5E and 5B. RGB value is (212,94,91). Sum of RGB (Red+Green+Blue) = 212+94+91=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45E5B is #2BA1A4. Grayscale: #818181. Windows color (decimal): -2859429 or 5988052. OLE color: 5988052.
HSL color Cylindrical-coordinate representation of color #D45E5B: hue angle of 1.49º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45E5B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 91 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.17 |
| HSL | 1.49º | 0.58% | 0.59% | - |
| HSV(B) | 1.49º | 0.57% | 0.83% | - |
| XYZ | 33.04 | 22.76 | 12.55 | - |
| YUV | 128.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 91 | 0 | 0.56 | 0.57 | 0.17 | 1.49 | 0.58 | 0.59 |
| Hex | D4 | 5E | 5B | 0 | 38 | 39 | 11 | 1 | 3A | 3B |
| Octal | 324 | 136 | 133 | 0 | 70 | 71 | 21 | 1 | 72 | 73 |
| Binary | 11010100 | 1011110 | 1011011 | 0 | 111000 | 111001 | 10001 | 1 | 111010 | 111011 |
Color Harmonies of #D45E5B
Complementary color
Monochromatic Colors of #D45E5B
Black with #D45E5B
Text Example
Text Example
White with #D45E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E5B; }
p { color: rgb(212,94,91); }
H1.HeaderClassName
{
color: #D45E5B;
}
.AnyTagClassName
{
color: #D45E5B;
}
</style>
background-color css
<style>
a { background-color: #D45E5B; }
a { background-color: rgb(212,94,91); }
div.DivClassName
{
background-color: #D45E5B;
}
.BgClassName
{
background-color: #D45E5B;
}
</style>
border-color css
<style>
span { border-color: #D45E5B; }
span { border-color: rgb(212,94,91); }
td.TdClassName
{
border-color: #D45E5B;
}
.TagClassName
{
border-color: #D45E5B;
}
</style>