Shades of Roman #D26458
Tints of Roman #D26458
RGB
CMYK
RGB Variations
Color information
#D26458 (or 0xD26458) is known color: Roman. HEX triplet: D2, 64 and 58. RGB value is (210,100,88). Sum of RGB (Red+Green+Blue) = 210+100+88=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D26458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26458 is #2D9BA7. Grayscale: #838383. Windows color (decimal): -2988968 or 5792978. OLE color: 5792978.
HSL color Cylindrical-coordinate representation of color #D26458: hue angle of 5.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D26458 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 88 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.18 |
| HSL | 5.9º | 0.58% | 0.58% | - |
| HSV(B) | 5.9º | 0.58% | 0.82% | - |
| XYZ | 32.9 | 23.52 | 12.04 | - |
| YUV | 131.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 88 | 0 | 0.52 | 0.58 | 0.18 | 5.9 | 0.58 | 0.58 |
| Hex | D2 | 64 | 58 | 0 | 34 | 3A | 12 | 6 | 3A | 3A |
| Octal | 322 | 144 | 130 | 0 | 64 | 72 | 22 | 6 | 72 | 72 |
| Binary | 11010010 | 1100100 | 1011000 | 0 | 110100 | 111010 | 10010 | 110 | 111010 | 111010 |
Color Harmonies of #D26458
Complementary color
Monochromatic Colors of #D26458
Black with #D26458
Text Example
Text Example
White with #D26458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26458; }
p { color: rgb(210,100,88); }
H1.HeaderClassName
{
color: #D26458;
}
.AnyTagClassName
{
color: #D26458;
}
</style>
background-color css
<style>
a { background-color: #D26458; }
a { background-color: rgb(210,100,88); }
div.DivClassName
{
background-color: #D26458;
}
.BgClassName
{
background-color: #D26458;
}
</style>
border-color css
<style>
span { border-color: #D26458; }
span { border-color: rgb(210,100,88); }
td.TdClassName
{
border-color: #D26458;
}
.TagClassName
{
border-color: #D26458;
}
</style>