Shades of Valencia #CE574B
Tints of Valencia #CE574B
RGB
CMYK
RGB Variations
Color information
#CE574B (or 0xCE574B) is known color: Valencia. HEX triplet: CE, 57 and 4B. RGB value is (206,87,75). Sum of RGB (Red+Green+Blue) = 206+87+75=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE574B is #31A8B4. Grayscale: #797979. Windows color (decimal): -3254453 or 4937678. OLE color: 4937678.
HSL color Cylindrical-coordinate representation of color #CE574B: hue angle of 5.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE574B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 75 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.19 |
| HSL | 5.5º | 0.57% | 0.55% | - |
| HSV(B) | 5.5º | 0.64% | 0.81% | - |
| XYZ | 30.13 | 20.45 | 9.02 | - |
| YUV | 121.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 75 | 0 | 0.58 | 0.64 | 0.19 | 5.5 | 0.57 | 0.55 |
| Hex | CE | 57 | 4B | 0 | 3A | 40 | 13 | 5 | 39 | 37 |
| Octal | 316 | 127 | 113 | 0 | 72 | 100 | 23 | 5 | 71 | 67 |
| Binary | 11001110 | 1010111 | 1001011 | 0 | 111010 | 1000000 | 10011 | 101 | 111001 | 110111 |
Color Harmonies of #CE574B
Complementary color
Monochromatic Colors of #CE574B
Black with #CE574B
Text Example
Text Example
White with #CE574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE574B; }
p { color: rgb(206,87,75); }
H1.HeaderClassName
{
color: #CE574B;
}
.AnyTagClassName
{
color: #CE574B;
}
</style>
background-color css
<style>
a { background-color: #CE574B; }
a { background-color: rgb(206,87,75); }
div.DivClassName
{
background-color: #CE574B;
}
.BgClassName
{
background-color: #CE574B;
}
</style>
border-color css
<style>
span { border-color: #CE574B; }
span { border-color: rgb(206,87,75); }
td.TdClassName
{
border-color: #CE574B;
}
.TagClassName
{
border-color: #CE574B;
}
</style>