Shades of Roman #D2675B
Tints of Roman #D2675B
RGB
CMYK
RGB Variations
Color information
#D2675B (or 0xD2675B) is known color: Roman. HEX triplet: D2, 67 and 5B. RGB value is (210,103,91). Sum of RGB (Red+Green+Blue) = 210+103+91=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2675B is #2D98A4. Grayscale: #858585. Windows color (decimal): -2988197 or 5990354. OLE color: 5990354.
HSL color Cylindrical-coordinate representation of color #D2675B: hue angle of 6.05º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2675B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 91 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.18 |
| HSL | 6.05º | 0.57% | 0.59% | - |
| HSV(B) | 6.05º | 0.57% | 0.82% | - |
| XYZ | 33.32 | 24.16 | 12.8 | - |
| YUV | 133.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 91 | 0 | 0.51 | 0.57 | 0.18 | 6.05 | 0.57 | 0.59 |
| Hex | D2 | 67 | 5B | 0 | 33 | 39 | 12 | 6 | 39 | 3B |
| Octal | 322 | 147 | 133 | 0 | 63 | 71 | 22 | 6 | 71 | 73 |
| Binary | 11010010 | 1100111 | 1011011 | 0 | 110011 | 111001 | 10010 | 110 | 111001 | 111011 |
Color Harmonies of #D2675B
Complementary color
Monochromatic Colors of #D2675B
Black with #D2675B
Text Example
Text Example
White with #D2675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2675B; }
p { color: rgb(210,103,91); }
H1.HeaderClassName
{
color: #D2675B;
}
.AnyTagClassName
{
color: #D2675B;
}
</style>
background-color css
<style>
a { background-color: #D2675B; }
a { background-color: rgb(210,103,91); }
div.DivClassName
{
background-color: #D2675B;
}
.BgClassName
{
background-color: #D2675B;
}
</style>
border-color css
<style>
span { border-color: #D2675B; }
span { border-color: rgb(210,103,91); }
td.TdClassName
{
border-color: #D2675B;
}
.TagClassName
{
border-color: #D2675B;
}
</style>