Shades of Roman #D2635D
Tints of Roman #D2635D
RGB
CMYK
RGB Variations
Color information
#D2635D (or 0xD2635D) is known color: Roman. HEX triplet: D2, 63 and 5D. RGB value is (210,99,93). Sum of RGB (Red+Green+Blue) = 210+99+93=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2635D is #2D9CA2. Grayscale: #838383. Windows color (decimal): -2989219 or 6120402. OLE color: 6120402.
HSL color Cylindrical-coordinate representation of color #D2635D: hue angle of 3.08º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2635D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 93 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.18 |
| HSL | 3.08º | 0.57% | 0.59% | - |
| HSV(B) | 3.08º | 0.56% | 0.82% | - |
| XYZ | 33.02 | 23.42 | 13.14 | - |
| YUV | 131.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 93 | 0 | 0.53 | 0.56 | 0.18 | 3.08 | 0.57 | 0.59 |
| Hex | D2 | 63 | 5D | 0 | 35 | 38 | 12 | 3 | 39 | 3B |
| Octal | 322 | 143 | 135 | 0 | 65 | 70 | 22 | 3 | 71 | 73 |
| Binary | 11010010 | 1100011 | 1011101 | 0 | 110101 | 111000 | 10010 | 11 | 111001 | 111011 |
Color Harmonies of #D2635D
Complementary color
Monochromatic Colors of #D2635D
Black with #D2635D
Text Example
Text Example
White with #D2635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2635D; }
p { color: rgb(210,99,93); }
H1.HeaderClassName
{
color: #D2635D;
}
.AnyTagClassName
{
color: #D2635D;
}
</style>
background-color css
<style>
a { background-color: #D2635D; }
a { background-color: rgb(210,99,93); }
div.DivClassName
{
background-color: #D2635D;
}
.BgClassName
{
background-color: #D2635D;
}
</style>
border-color css
<style>
span { border-color: #D2635D; }
span { border-color: rgb(210,99,93); }
td.TdClassName
{
border-color: #D2635D;
}
.TagClassName
{
border-color: #D2635D;
}
</style>