Shades of Valencia #D7514A
Tints of Valencia #D7514A
RGB
CMYK
RGB Variations
Color information
#D7514A (or 0xD7514A) is known color: Valencia. HEX triplet: D7, 51 and 4A. RGB value is (215,81,74). Sum of RGB (Red+Green+Blue) = 215+81+74=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7514A is #28AEB5. Grayscale: #787878. Windows color (decimal): -2666166 or 4870615. OLE color: 4870615.
HSL color Cylindrical-coordinate representation of color #D7514A: hue angle of 2.98º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7514A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 74 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.16 |
| HSL | 2.98º | 0.64% | 0.57% | - |
| HSV(B) | 2.98º | 0.66% | 0.84% | - |
| XYZ | 32.2 | 20.83 | 8.8 | - |
| YUV | 120.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 74 | 0 | 0.62 | 0.66 | 0.16 | 2.98 | 0.64 | 0.57 |
| Hex | D7 | 51 | 4A | 0 | 3E | 42 | 10 | 3 | 40 | 39 |
| Octal | 327 | 121 | 112 | 0 | 76 | 102 | 20 | 3 | 100 | 71 |
| Binary | 11010111 | 1010001 | 1001010 | 0 | 111110 | 1000010 | 10000 | 11 | 1000000 | 111001 |
Color Harmonies of #D7514A
Complementary color
Monochromatic Colors of #D7514A
Black with #D7514A
Text Example
Text Example
White with #D7514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7514A; }
p { color: rgb(215,81,74); }
H1.HeaderClassName
{
color: #D7514A;
}
.AnyTagClassName
{
color: #D7514A;
}
</style>
background-color css
<style>
a { background-color: #D7514A; }
a { background-color: rgb(215,81,74); }
div.DivClassName
{
background-color: #D7514A;
}
.BgClassName
{
background-color: #D7514A;
}
</style>
border-color css
<style>
span { border-color: #D7514A; }
span { border-color: rgb(215,81,74); }
td.TdClassName
{
border-color: #D7514A;
}
.TagClassName
{
border-color: #D7514A;
}
</style>