Shades of Valencia #D15348
Tints of Valencia #D15348
RGB
CMYK
RGB Variations
Color information
#D15348 (or 0xD15348) is known color: Valencia. HEX triplet: D1, 53 and 48. RGB value is (209,83,72). Sum of RGB (Red+Green+Blue) = 209+83+72=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D15348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15348 is #2EACB7. Grayscale: #777777. Windows color (decimal): -3058872 or 4740049. OLE color: 4740049.
HSL color Cylindrical-coordinate representation of color #D15348: hue angle of 4.82º 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 #D15348 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 72 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.18 |
| HSL | 4.82º | 0.6% | 0.55% | - |
| HSV(B) | 4.82º | 0.66% | 0.82% | - |
| XYZ | 30.56 | 20.21 | 8.42 | - |
| YUV | 119.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 72 | 0 | 0.60 | 0.66 | 0.18 | 4.82 | 0.6 | 0.55 |
| Hex | D1 | 53 | 48 | 0 | 3C | 42 | 12 | 5 | 3C | 37 |
| Octal | 321 | 123 | 110 | 0 | 74 | 102 | 22 | 5 | 74 | 67 |
| Binary | 11010001 | 1010011 | 1001000 | 0 | 111100 | 1000010 | 10010 | 101 | 111100 | 110111 |
Color Harmonies of #D15348
Complementary color
Monochromatic Colors of #D15348
Black with #D15348
Text Example
Text Example
White with #D15348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15348; }
p { color: rgb(209,83,72); }
H1.HeaderClassName
{
color: #D15348;
}
.AnyTagClassName
{
color: #D15348;
}
</style>
background-color css
<style>
a { background-color: #D15348; }
a { background-color: rgb(209,83,72); }
div.DivClassName
{
background-color: #D15348;
}
.BgClassName
{
background-color: #D15348;
}
</style>
border-color css
<style>
span { border-color: #D15348; }
span { border-color: rgb(209,83,72); }
td.TdClassName
{
border-color: #D15348;
}
.TagClassName
{
border-color: #D15348;
}
</style>