Shades of Roman #D5635C
Tints of Roman #D5635C
RGB
CMYK
RGB Variations
Color information
#D5635C (or 0xD5635C) is known color: Roman. HEX triplet: D5, 63 and 5C. RGB value is (213,99,92). Sum of RGB (Red+Green+Blue) = 213+99+92=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5635C is #2A9CA3. Grayscale: #848484. Windows color (decimal): -2792612 or 6054869. OLE color: 6054869.
HSL color Cylindrical-coordinate representation of color #D5635C: hue angle of 3.47º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5635C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 92 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.16 |
| HSL | 3.47º | 0.59% | 0.6% | - |
| HSV(B) | 3.47º | 0.57% | 0.84% | - |
| XYZ | 33.83 | 23.84 | 12.94 | - |
| YUV | 132.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 92 | 0 | 0.54 | 0.57 | 0.16 | 3.47 | 0.59 | 0.6 |
| Hex | D5 | 63 | 5C | 0 | 36 | 39 | 10 | 3 | 3B | 3C |
| Octal | 325 | 143 | 134 | 0 | 66 | 71 | 20 | 3 | 73 | 74 |
| Binary | 11010101 | 1100011 | 1011100 | 0 | 110110 | 111001 | 10000 | 11 | 111011 | 111100 |
Color Harmonies of #D5635C
Complementary color
Monochromatic Colors of #D5635C
Black with #D5635C
Text Example
Text Example
White with #D5635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5635C; }
p { color: rgb(213,99,92); }
H1.HeaderClassName
{
color: #D5635C;
}
.AnyTagClassName
{
color: #D5635C;
}
</style>
background-color css
<style>
a { background-color: #D5635C; }
a { background-color: rgb(213,99,92); }
div.DivClassName
{
background-color: #D5635C;
}
.BgClassName
{
background-color: #D5635C;
}
</style>
border-color css
<style>
span { border-color: #D5635C; }
span { border-color: rgb(213,99,92); }
td.TdClassName
{
border-color: #D5635C;
}
.TagClassName
{
border-color: #D5635C;
}
</style>