Shades of Roman #D4605B
Tints of Roman #D4605B
RGB
CMYK
RGB Variations
Color information
#D4605B (or 0xD4605B) is known color: Roman. HEX triplet: D4, 60 and 5B. RGB value is (212,96,91). Sum of RGB (Red+Green+Blue) = 212+96+91=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4605B is #2B9FA4. Grayscale: #828282. Windows color (decimal): -2858917 or 5988564. OLE color: 5988564.
HSL color Cylindrical-coordinate representation of color #D4605B: hue angle of 2.48º 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 #D4605B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 91 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.17 |
| HSL | 2.48º | 0.58% | 0.59% | - |
| HSV(B) | 2.48º | 0.57% | 0.83% | - |
| XYZ | 33.22 | 23.12 | 12.61 | - |
| YUV | 130.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 91 | 0 | 0.55 | 0.57 | 0.17 | 2.48 | 0.58 | 0.59 |
| Hex | D4 | 60 | 5B | 0 | 37 | 39 | 11 | 2 | 3A | 3B |
| Octal | 324 | 140 | 133 | 0 | 67 | 71 | 21 | 2 | 72 | 73 |
| Binary | 11010100 | 1100000 | 1011011 | 0 | 110111 | 111001 | 10001 | 10 | 111010 | 111011 |
Color Harmonies of #D4605B
Complementary color
Monochromatic Colors of #D4605B
Black with #D4605B
Text Example
Text Example
White with #D4605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4605B; }
p { color: rgb(212,96,91); }
H1.HeaderClassName
{
color: #D4605B;
}
.AnyTagClassName
{
color: #D4605B;
}
</style>
background-color css
<style>
a { background-color: #D4605B; }
a { background-color: rgb(212,96,91); }
div.DivClassName
{
background-color: #D4605B;
}
.BgClassName
{
background-color: #D4605B;
}
</style>
border-color css
<style>
span { border-color: #D4605B; }
span { border-color: rgb(212,96,91); }
td.TdClassName
{
border-color: #D4605B;
}
.TagClassName
{
border-color: #D4605B;
}
</style>