Shades of Roman #DF625F
Tints of Roman #DF625F
RGB
CMYK
RGB Variations
Color information
#DF625F (or 0xDF625F) is known color: Roman. HEX triplet: DF, 62 and 5F. RGB value is (223,98,95). Sum of RGB (Red+Green+Blue) = 223+98+95=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF625F is #209DA0. Grayscale: #878787. Windows color (decimal): -2137505 or 6251231. OLE color: 6251231.
HSL color Cylindrical-coordinate representation of color #DF625F: hue angle of 1.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF625F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 95 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.13 |
| HSL | 1.41º | 0.67% | 0.62% | - |
| HSV(B) | 1.41º | 0.57% | 0.87% | - |
| XYZ | 36.86 | 25.25 | 13.76 | - |
| YUV | 135.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 95 | 0 | 0.56 | 0.57 | 0.13 | 1.41 | 0.67 | 0.62 |
| Hex | DF | 62 | 5F | 0 | 38 | 39 | D | 1 | 43 | 3E |
| Octal | 337 | 142 | 137 | 0 | 70 | 71 | 15 | 1 | 103 | 76 |
| Binary | 11011111 | 1100010 | 1011111 | 0 | 111000 | 111001 | 1101 | 1 | 1000011 | 111110 |
Color Harmonies of #DF625F
Complementary color
Monochromatic Colors of #DF625F
Black with #DF625F
Text Example
Text Example
White with #DF625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF625F; }
p { color: rgb(223,98,95); }
H1.HeaderClassName
{
color: #DF625F;
}
.AnyTagClassName
{
color: #DF625F;
}
</style>
background-color css
<style>
a { background-color: #DF625F; }
a { background-color: rgb(223,98,95); }
div.DivClassName
{
background-color: #DF625F;
}
.BgClassName
{
background-color: #DF625F;
}
</style>
border-color css
<style>
span { border-color: #DF625F; }
span { border-color: rgb(223,98,95); }
td.TdClassName
{
border-color: #DF625F;
}
.TagClassName
{
border-color: #DF625F;
}
</style>