Shades of Valencia #CF4A48
Tints of Valencia #CF4A48
RGB
CMYK
RGB Variations
Color information
#CF4A48 (or 0xCF4A48) is known color: Valencia. HEX triplet: CF, 4A and 48. RGB value is (207,74,72). Sum of RGB (Red+Green+Blue) = 207+74+72=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A48 is #30B5B7. Grayscale: #717171. Windows color (decimal): -3192248 or 4737743. OLE color: 4737743.
HSL color Cylindrical-coordinate representation of color #CF4A48: hue angle of 0.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4A48 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 72 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.19 |
| HSL | 0.89º | 0.58% | 0.55% | - |
| HSV(B) | 0.89º | 0.65% | 0.81% | - |
| XYZ | 29.35 | 18.63 | 8.18 | - |
| YUV | 113.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 72 | 0 | 0.64 | 0.65 | 0.19 | 0.89 | 0.58 | 0.55 |
| Hex | CF | 4A | 48 | 0 | 40 | 41 | 13 | 1 | 3A | 37 |
| Octal | 317 | 112 | 110 | 0 | 100 | 101 | 23 | 1 | 72 | 67 |
| Binary | 11001111 | 1001010 | 1001000 | 0 | 1000000 | 1000001 | 10011 | 1 | 111010 | 110111 |
Color Harmonies of #CF4A48
Complementary color
Monochromatic Colors of #CF4A48
Black with #CF4A48
Text Example
Text Example
White with #CF4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A48; }
p { color: rgb(207,74,72); }
H1.HeaderClassName
{
color: #CF4A48;
}
.AnyTagClassName
{
color: #CF4A48;
}
</style>
background-color css
<style>
a { background-color: #CF4A48; }
a { background-color: rgb(207,74,72); }
div.DivClassName
{
background-color: #CF4A48;
}
.BgClassName
{
background-color: #CF4A48;
}
</style>
border-color css
<style>
span { border-color: #CF4A48; }
span { border-color: rgb(207,74,72); }
td.TdClassName
{
border-color: #CF4A48;
}
.TagClassName
{
border-color: #CF4A48;
}
</style>