Shades of Valencia #D15448
Tints of Valencia #D15448
RGB
CMYK
RGB Variations
Color information
#D15448 (or 0xD15448) is known color: Valencia. HEX triplet: D1, 54 and 48. RGB value is (209,84,72). Sum of RGB (Red+Green+Blue) = 209+84+72=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D15448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15448 is #2EABB7. Grayscale: #787878. Windows color (decimal): -3058616 or 4740305. OLE color: 4740305.
HSL color Cylindrical-coordinate representation of color #D15448: hue angle of 5.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D15448 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 72 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.18 |
| HSL | 5.26º | 0.6% | 0.55% | - |
| HSV(B) | 5.26º | 0.66% | 0.82% | - |
| XYZ | 30.63 | 20.36 | 8.45 | - |
| YUV | 120.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 72 | 0 | 0.60 | 0.66 | 0.18 | 5.26 | 0.6 | 0.55 |
| Hex | D1 | 54 | 48 | 0 | 3C | 42 | 12 | 5 | 3C | 37 |
| Octal | 321 | 124 | 110 | 0 | 74 | 102 | 22 | 5 | 74 | 67 |
| Binary | 11010001 | 1010100 | 1001000 | 0 | 111100 | 1000010 | 10010 | 101 | 111100 | 110111 |
Color Harmonies of #D15448
Complementary color
Monochromatic Colors of #D15448
Black with #D15448
Text Example
Text Example
White with #D15448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15448; }
p { color: rgb(209,84,72); }
H1.HeaderClassName
{
color: #D15448;
}
.AnyTagClassName
{
color: #D15448;
}
</style>
background-color css
<style>
a { background-color: #D15448; }
a { background-color: rgb(209,84,72); }
div.DivClassName
{
background-color: #D15448;
}
.BgClassName
{
background-color: #D15448;
}
</style>
border-color css
<style>
span { border-color: #D15448; }
span { border-color: rgb(209,84,72); }
td.TdClassName
{
border-color: #D15448;
}
.TagClassName
{
border-color: #D15448;
}
</style>