Shades of Valencia #D3534E
Tints of Valencia #D3534E
RGB
CMYK
RGB Variations
Color information
#D3534E (or 0xD3534E) is known color: Valencia. HEX triplet: D3, 53 and 4E. RGB value is (211,83,78). Sum of RGB (Red+Green+Blue) = 211+83+78=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3534E is #2CACB1. Grayscale: #787878. Windows color (decimal): -2927794 or 5133267. OLE color: 5133267.
HSL color Cylindrical-coordinate representation of color #D3534E: hue angle of 2.26º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3534E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 78 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.17 |
| HSL | 2.26º | 0.6% | 0.57% | - |
| HSV(B) | 2.26º | 0.63% | 0.83% | - |
| XYZ | 31.33 | 20.59 | 9.53 | - |
| YUV | 120.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 78 | 0 | 0.61 | 0.63 | 0.17 | 2.26 | 0.6 | 0.57 |
| Hex | D3 | 53 | 4E | 0 | 3D | 3F | 11 | 2 | 3C | 39 |
| Octal | 323 | 123 | 116 | 0 | 75 | 77 | 21 | 2 | 74 | 71 |
| Binary | 11010011 | 1010011 | 1001110 | 0 | 111101 | 111111 | 10001 | 10 | 111100 | 111001 |
Color Harmonies of #D3534E
Complementary color
Monochromatic Colors of #D3534E
Black with #D3534E
Text Example
Text Example
White with #D3534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3534E; }
p { color: rgb(211,83,78); }
H1.HeaderClassName
{
color: #D3534E;
}
.AnyTagClassName
{
color: #D3534E;
}
</style>
background-color css
<style>
a { background-color: #D3534E; }
a { background-color: rgb(211,83,78); }
div.DivClassName
{
background-color: #D3534E;
}
.BgClassName
{
background-color: #D3534E;
}
</style>
border-color css
<style>
span { border-color: #D3534E; }
span { border-color: rgb(211,83,78); }
td.TdClassName
{
border-color: #D3534E;
}
.TagClassName
{
border-color: #D3534E;
}
</style>