Shades of Valencia #CF4A47
Tints of Valencia #CF4A47
RGB
CMYK
RGB Variations
Color information
#CF4A47 (or 0xCF4A47) is known color: Valencia. HEX triplet: CF, 4A and 47. RGB value is (207,74,71). Sum of RGB (Red+Green+Blue) = 207+74+71=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A47 is #30B5B8. Grayscale: #717171. Windows color (decimal): -3192249 or 4672207. OLE color: 4672207.
HSL color Cylindrical-coordinate representation of color #CF4A47: hue angle of 1.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4A47 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 71 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.19 |
| HSL | 1.32º | 0.59% | 0.55% | - |
| HSV(B) | 1.32º | 0.66% | 0.81% | - |
| XYZ | 29.32 | 18.62 | 8.01 | - |
| YUV | 113.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 71 | 0 | 0.64 | 0.66 | 0.19 | 1.32 | 0.59 | 0.55 |
| Hex | CF | 4A | 47 | 0 | 40 | 42 | 13 | 1 | 3B | 37 |
| Octal | 317 | 112 | 107 | 0 | 100 | 102 | 23 | 1 | 73 | 67 |
| Binary | 11001111 | 1001010 | 1000111 | 0 | 1000000 | 1000010 | 10011 | 1 | 111011 | 110111 |
Color Harmonies of #CF4A47
Complementary color
Monochromatic Colors of #CF4A47
Black with #CF4A47
Text Example
Text Example
White with #CF4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A47; }
p { color: rgb(207,74,71); }
H1.HeaderClassName
{
color: #CF4A47;
}
.AnyTagClassName
{
color: #CF4A47;
}
</style>
background-color css
<style>
a { background-color: #CF4A47; }
a { background-color: rgb(207,74,71); }
div.DivClassName
{
background-color: #CF4A47;
}
.BgClassName
{
background-color: #CF4A47;
}
</style>
border-color css
<style>
span { border-color: #CF4A47; }
span { border-color: rgb(207,74,71); }
td.TdClassName
{
border-color: #CF4A47;
}
.TagClassName
{
border-color: #CF4A47;
}
</style>