Shades of Valencia #CF514B
Tints of Valencia #CF514B
RGB
CMYK
RGB Variations
Color information
#CF514B (or 0xCF514B) is known color: Valencia. HEX triplet: CF, 51 and 4B. RGB value is (207,81,75). Sum of RGB (Red+Green+Blue) = 207+81+75=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF514B is #30AEB4. Grayscale: #767676. Windows color (decimal): -3190453 or 4936143. OLE color: 4936143.
HSL color Cylindrical-coordinate representation of color #CF514B: hue angle of 2.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF514B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 75 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.19 |
| HSL | 2.73º | 0.58% | 0.55% | - |
| HSV(B) | 2.73º | 0.64% | 0.81% | - |
| XYZ | 29.94 | 19.66 | 8.87 | - |
| YUV | 117.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 75 | 0 | 0.61 | 0.64 | 0.19 | 2.73 | 0.58 | 0.55 |
| Hex | CF | 51 | 4B | 0 | 3D | 40 | 13 | 3 | 3A | 37 |
| Octal | 317 | 121 | 113 | 0 | 75 | 100 | 23 | 3 | 72 | 67 |
| Binary | 11001111 | 1010001 | 1001011 | 0 | 111101 | 1000000 | 10011 | 11 | 111010 | 110111 |
Color Harmonies of #CF514B
Complementary color
Monochromatic Colors of #CF514B
Black with #CF514B
Text Example
Text Example
White with #CF514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF514B; }
p { color: rgb(207,81,75); }
H1.HeaderClassName
{
color: #CF514B;
}
.AnyTagClassName
{
color: #CF514B;
}
</style>
background-color css
<style>
a { background-color: #CF514B; }
a { background-color: rgb(207,81,75); }
div.DivClassName
{
background-color: #CF514B;
}
.BgClassName
{
background-color: #CF514B;
}
</style>
border-color css
<style>
span { border-color: #CF514B; }
span { border-color: rgb(207,81,75); }
td.TdClassName
{
border-color: #CF514B;
}
.TagClassName
{
border-color: #CF514B;
}
</style>