Shades of Valencia #CF4947
Tints of Valencia #CF4947
RGB
CMYK
RGB Variations
Color information
#CF4947 (or 0xCF4947) is known color: Valencia. HEX triplet: CF, 49 and 47. RGB value is (207,73,71). Sum of RGB (Red+Green+Blue) = 207+73+71=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4947 is #30B6B8. Grayscale: #707070. Windows color (decimal): -3192505 or 4671951. OLE color: 4671951.
HSL color Cylindrical-coordinate representation of color #CF4947: hue angle of 0.88º 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 #CF4947 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 71 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.19 |
| HSL | 0.88º | 0.59% | 0.55% | - |
| HSV(B) | 0.88º | 0.66% | 0.81% | - |
| XYZ | 29.25 | 18.49 | 7.99 | - |
| YUV | 112.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 71 | 0 | 0.65 | 0.66 | 0.19 | 0.88 | 0.59 | 0.55 |
| Hex | CF | 49 | 47 | 0 | 41 | 42 | 13 | 1 | 3B | 37 |
| Octal | 317 | 111 | 107 | 0 | 101 | 102 | 23 | 1 | 73 | 67 |
| Binary | 11001111 | 1001001 | 1000111 | 0 | 1000001 | 1000010 | 10011 | 1 | 111011 | 110111 |
Color Harmonies of #CF4947
Complementary color
Monochromatic Colors of #CF4947
Black with #CF4947
Text Example
Text Example
White with #CF4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4947; }
p { color: rgb(207,73,71); }
H1.HeaderClassName
{
color: #CF4947;
}
.AnyTagClassName
{
color: #CF4947;
}
</style>
background-color css
<style>
a { background-color: #CF4947; }
a { background-color: rgb(207,73,71); }
div.DivClassName
{
background-color: #CF4947;
}
.BgClassName
{
background-color: #CF4947;
}
</style>
border-color css
<style>
span { border-color: #CF4947; }
span { border-color: rgb(207,73,71); }
td.TdClassName
{
border-color: #CF4947;
}
.TagClassName
{
border-color: #CF4947;
}
</style>