Shades of Roman #D5635F
Tints of Roman #D5635F
RGB
CMYK
RGB Variations
Color information
#D5635F (or 0xD5635F) is known color: Roman. HEX triplet: D5, 63 and 5F. RGB value is (213,99,95). Sum of RGB (Red+Green+Blue) = 213+99+95=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5635F is #2A9CA0. Grayscale: #848484. Windows color (decimal): -2792609 or 6251477. OLE color: 6251477.
HSL color Cylindrical-coordinate representation of color #D5635F: hue angle of 2.03º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5635F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 95 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.16 |
| HSL | 2.03º | 0.58% | 0.6% | - |
| HSV(B) | 2.03º | 0.55% | 0.84% | - |
| XYZ | 33.97 | 23.9 | 13.65 | - |
| YUV | 132.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 95 | 0 | 0.54 | 0.55 | 0.16 | 2.03 | 0.58 | 0.6 |
| Hex | D5 | 63 | 5F | 0 | 36 | 37 | 10 | 2 | 3A | 3C |
| Octal | 325 | 143 | 137 | 0 | 66 | 67 | 20 | 2 | 72 | 74 |
| Binary | 11010101 | 1100011 | 1011111 | 0 | 110110 | 110111 | 10000 | 10 | 111010 | 111100 |
Color Harmonies of #D5635F
Complementary color
Monochromatic Colors of #D5635F
Black with #D5635F
Text Example
Text Example
White with #D5635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5635F; }
p { color: rgb(213,99,95); }
H1.HeaderClassName
{
color: #D5635F;
}
.AnyTagClassName
{
color: #D5635F;
}
</style>
background-color css
<style>
a { background-color: #D5635F; }
a { background-color: rgb(213,99,95); }
div.DivClassName
{
background-color: #D5635F;
}
.BgClassName
{
background-color: #D5635F;
}
</style>
border-color css
<style>
span { border-color: #D5635F; }
span { border-color: rgb(213,99,95); }
td.TdClassName
{
border-color: #D5635F;
}
.TagClassName
{
border-color: #D5635F;
}
</style>