Shades of Valencia #CF4848
Tints of Valencia #CF4848
RGB
CMYK
RGB Variations
Color information
#CF4848 (or 0xCF4848) is known color: Valencia. HEX triplet: CF, 48 and 48. RGB value is (207,72,72). Sum of RGB (Red+Green+Blue) = 207+72+72=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4848 is #30B7B7. Grayscale: #707070. Windows color (decimal): -3192760 or 4737231. OLE color: 4737231.
HSL color Cylindrical-coordinate representation of color #CF4848: hue angle of 0º 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 #CF4848 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 72 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.19 |
| HSL | 0º | 0.58% | 0.55% | - |
| HSV(B) | 0º | 0.65% | 0.81% | - |
| XYZ | 29.22 | 18.37 | 8.14 | - |
| YUV | 112.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 72 | 0 | 0.65 | 0.65 | 0.19 | 0 | 0.58 | 0.55 |
| Hex | CF | 48 | 48 | 0 | 41 | 41 | 13 | 0 | 3A | 37 |
| Octal | 317 | 110 | 110 | 0 | 101 | 101 | 23 | 0 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1001000 | 0 | 1000001 | 1000001 | 10011 | 0 | 111010 | 110111 |
Color Harmonies of #CF4848
Complementary color
Monochromatic Colors of #CF4848
Black with #CF4848
Text Example
Text Example
White with #CF4848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4848; }
p { color: rgb(207,72,72); }
H1.HeaderClassName
{
color: #CF4848;
}
.AnyTagClassName
{
color: #CF4848;
}
</style>
background-color css
<style>
a { background-color: #CF4848; }
a { background-color: rgb(207,72,72); }
div.DivClassName
{
background-color: #CF4848;
}
.BgClassName
{
background-color: #CF4848;
}
</style>
border-color css
<style>
span { border-color: #CF4848; }
span { border-color: rgb(207,72,72); }
td.TdClassName
{
border-color: #CF4848;
}
.TagClassName
{
border-color: #CF4848;
}
</style>