Shades of Valencia #CE574D
Tints of Valencia #CE574D
RGB
CMYK
RGB Variations
Color information
#CE574D (or 0xCE574D) is known color: Valencia. HEX triplet: CE, 57 and 4D. RGB value is (206,87,77). Sum of RGB (Red+Green+Blue) = 206+87+77=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE574D is #31A8B2. Grayscale: #797979. Windows color (decimal): -3254451 or 5068750. OLE color: 5068750.
HSL color Cylindrical-coordinate representation of color #CE574D: hue angle of 4.65º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE574D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 77 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.19 |
| HSL | 4.65º | 0.57% | 0.55% | - |
| HSV(B) | 4.65º | 0.63% | 0.81% | - |
| XYZ | 30.2 | 20.47 | 9.38 | - |
| YUV | 121.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 77 | 0 | 0.58 | 0.63 | 0.19 | 4.65 | 0.57 | 0.55 |
| Hex | CE | 57 | 4D | 0 | 3A | 3F | 13 | 5 | 39 | 37 |
| Octal | 316 | 127 | 115 | 0 | 72 | 77 | 23 | 5 | 71 | 67 |
| Binary | 11001110 | 1010111 | 1001101 | 0 | 111010 | 111111 | 10011 | 101 | 111001 | 110111 |
Color Harmonies of #CE574D
Complementary color
Monochromatic Colors of #CE574D
Black with #CE574D
Text Example
Text Example
White with #CE574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE574D; }
p { color: rgb(206,87,77); }
H1.HeaderClassName
{
color: #CE574D;
}
.AnyTagClassName
{
color: #CE574D;
}
</style>
background-color css
<style>
a { background-color: #CE574D; }
a { background-color: rgb(206,87,77); }
div.DivClassName
{
background-color: #CE574D;
}
.BgClassName
{
background-color: #CE574D;
}
</style>
border-color css
<style>
span { border-color: #CE574D; }
span { border-color: rgb(206,87,77); }
td.TdClassName
{
border-color: #CE574D;
}
.TagClassName
{
border-color: #CE574D;
}
</style>