Shades of Valencia #CE4D4B
Tints of Valencia #CE4D4B
RGB
CMYK
RGB Variations
Color information
#CE4D4B (or 0xCE4D4B) is known color: Valencia. HEX triplet: CE, 4D and 4B. RGB value is (206,77,75). Sum of RGB (Red+Green+Blue) = 206+77+75=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D4B is #31B2B4. Grayscale: #737373. Windows color (decimal): -3257013 or 4935118. OLE color: 4935118.
HSL color Cylindrical-coordinate representation of color #CE4D4B: hue angle of 0.92º 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 #CE4D4B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 75 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.19 |
| HSL | 0.92º | 0.57% | 0.55% | - |
| HSV(B) | 0.92º | 0.64% | 0.81% | - |
| XYZ | 29.38 | 18.94 | 8.76 | - |
| YUV | 115.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 75 | 0 | 0.63 | 0.64 | 0.19 | 0.92 | 0.57 | 0.55 |
| Hex | CE | 4D | 4B | 0 | 3F | 40 | 13 | 1 | 39 | 37 |
| Octal | 316 | 115 | 113 | 0 | 77 | 100 | 23 | 1 | 71 | 67 |
| Binary | 11001110 | 1001101 | 1001011 | 0 | 111111 | 1000000 | 10011 | 1 | 111001 | 110111 |
Color Harmonies of #CE4D4B
Complementary color
Monochromatic Colors of #CE4D4B
Black with #CE4D4B
Text Example
Text Example
White with #CE4D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D4B; }
p { color: rgb(206,77,75); }
H1.HeaderClassName
{
color: #CE4D4B;
}
.AnyTagClassName
{
color: #CE4D4B;
}
</style>
background-color css
<style>
a { background-color: #CE4D4B; }
a { background-color: rgb(206,77,75); }
div.DivClassName
{
background-color: #CE4D4B;
}
.BgClassName
{
background-color: #CE4D4B;
}
</style>
border-color css
<style>
span { border-color: #CE4D4B; }
span { border-color: rgb(206,77,75); }
td.TdClassName
{
border-color: #CE4D4B;
}
.TagClassName
{
border-color: #CE4D4B;
}
</style>