Shades of Valencia #CF4A44
Tints of Valencia #CF4A44
RGB
CMYK
RGB Variations
Color information
#CF4A44 (or 0xCF4A44) is known color: Valencia. HEX triplet: CF, 4A and 44. RGB value is (207,74,68). Sum of RGB (Red+Green+Blue) = 207+74+68=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A44 is #30B5BB. Grayscale: #717171. Windows color (decimal): -3192252 or 4475599. OLE color: 4475599.
HSL color Cylindrical-coordinate representation of color #CF4A44: hue angle of 2.59º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4A44 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 68 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.19 |
| HSL | 2.59º | 0.59% | 0.54% | - |
| HSV(B) | 2.59º | 0.67% | 0.81% | - |
| XYZ | 29.22 | 18.58 | 7.51 | - |
| YUV | 113.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 68 | 0 | 0.64 | 0.67 | 0.19 | 2.59 | 0.59 | 0.54 |
| Hex | CF | 4A | 44 | 0 | 40 | 43 | 13 | 3 | 3B | 36 |
| Octal | 317 | 112 | 104 | 0 | 100 | 103 | 23 | 3 | 73 | 66 |
| Binary | 11001111 | 1001010 | 1000100 | 0 | 1000000 | 1000011 | 10011 | 11 | 111011 | 110110 |
Color Harmonies of #CF4A44
Complementary color
Monochromatic Colors of #CF4A44
Black with #CF4A44
Text Example
Text Example
White with #CF4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A44; }
p { color: rgb(207,74,68); }
H1.HeaderClassName
{
color: #CF4A44;
}
.AnyTagClassName
{
color: #CF4A44;
}
</style>
background-color css
<style>
a { background-color: #CF4A44; }
a { background-color: rgb(207,74,68); }
div.DivClassName
{
background-color: #CF4A44;
}
.BgClassName
{
background-color: #CF4A44;
}
</style>
border-color css
<style>
span { border-color: #CF4A44; }
span { border-color: rgb(207,74,68); }
td.TdClassName
{
border-color: #CF4A44;
}
.TagClassName
{
border-color: #CF4A44;
}
</style>