Shades of Valencia #CE554B
Tints of Valencia #CE554B
RGB
CMYK
RGB Variations
Color information
#CE554B (or 0xCE554B) is known color: Valencia. HEX triplet: CE, 55 and 4B. RGB value is (206,85,75). Sum of RGB (Red+Green+Blue) = 206+85+75=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE554B is #31AAB4. Grayscale: #787878. Windows color (decimal): -3254965 or 4937166. OLE color: 4937166.
HSL color Cylindrical-coordinate representation of color #CE554B: hue angle of 4.58º 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 #CE554B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 75 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.19 |
| HSL | 4.58º | 0.57% | 0.55% | - |
| HSV(B) | 4.58º | 0.64% | 0.81% | - |
| XYZ | 29.97 | 20.13 | 8.96 | - |
| YUV | 120.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 75 | 0 | 0.59 | 0.64 | 0.19 | 4.58 | 0.57 | 0.55 |
| Hex | CE | 55 | 4B | 0 | 3B | 40 | 13 | 5 | 39 | 37 |
| Octal | 316 | 125 | 113 | 0 | 73 | 100 | 23 | 5 | 71 | 67 |
| Binary | 11001110 | 1010101 | 1001011 | 0 | 111011 | 1000000 | 10011 | 101 | 111001 | 110111 |
Color Harmonies of #CE554B
Complementary color
Monochromatic Colors of #CE554B
Black with #CE554B
Text Example
Text Example
White with #CE554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE554B; }
p { color: rgb(206,85,75); }
H1.HeaderClassName
{
color: #CE554B;
}
.AnyTagClassName
{
color: #CE554B;
}
</style>
background-color css
<style>
a { background-color: #CE554B; }
a { background-color: rgb(206,85,75); }
div.DivClassName
{
background-color: #CE554B;
}
.BgClassName
{
background-color: #CE554B;
}
</style>
border-color css
<style>
span { border-color: #CE554B; }
span { border-color: rgb(206,85,75); }
td.TdClassName
{
border-color: #CE554B;
}
.TagClassName
{
border-color: #CE554B;
}
</style>