Shades of Roman #D26969
Tints of Roman #D26969
RGB
CMYK
RGB Variations
Color information
#D26969 (or 0xD26969) is known color: Roman. HEX triplet: D2, 69 and 69. RGB value is (210,105,105). Sum of RGB (Red+Green+Blue) = 210+105+105=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D26969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26969 is #2D9696. Grayscale: #888888. Windows color (decimal): -2987671 or 6908370. OLE color: 6908370.
HSL color Cylindrical-coordinate representation of color #D26969: hue angle of 0º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26969 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 105 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.18 |
| HSL | 0º | 0.54% | 0.62% | - |
| HSV(B) | 0º | 0.5% | 0.82% | - |
| XYZ | 34.18 | 24.82 | 16.35 | - |
| YUV | 136.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 105 | 0 | 0.50 | 0.50 | 0.18 | 0 | 0.54 | 0.62 |
| Hex | D2 | 69 | 69 | 0 | 32 | 32 | 12 | 0 | 36 | 3E |
| Octal | 322 | 151 | 151 | 0 | 62 | 62 | 22 | 0 | 66 | 76 |
| Binary | 11010010 | 1101001 | 1101001 | 0 | 110010 | 110010 | 10010 | 0 | 110110 | 111110 |
Color Harmonies of #D26969
Complementary color
Monochromatic Colors of #D26969
Black with #D26969
Text Example
Text Example
White with #D26969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26969; }
p { color: rgb(210,105,105); }
H1.HeaderClassName
{
color: #D26969;
}
.AnyTagClassName
{
color: #D26969;
}
</style>
background-color css
<style>
a { background-color: #D26969; }
a { background-color: rgb(210,105,105); }
div.DivClassName
{
background-color: #D26969;
}
.BgClassName
{
background-color: #D26969;
}
</style>
border-color css
<style>
span { border-color: #D26969; }
span { border-color: rgb(210,105,105); }
td.TdClassName
{
border-color: #D26969;
}
.TagClassName
{
border-color: #D26969;
}
</style>