Shades of Valencia #D5534B
Tints of Valencia #D5534B
RGB
CMYK
RGB Variations
Color information
#D5534B (or 0xD5534B) is known color: Valencia. HEX triplet: D5, 53 and 4B. RGB value is (213,83,75). Sum of RGB (Red+Green+Blue) = 213+83+75=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5534B is #2AACB4. Grayscale: #797979. Windows color (decimal): -2796725 or 4936661. OLE color: 4936661.
HSL color Cylindrical-coordinate representation of color #D5534B: hue angle of 3.48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5534B is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 75 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.16 |
| HSL | 3.48º | 0.62% | 0.56% | - |
| HSV(B) | 3.48º | 0.65% | 0.84% | - |
| XYZ | 31.8 | 20.84 | 9 | - |
| YUV | 120.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 75 | 0 | 0.61 | 0.65 | 0.16 | 3.48 | 0.62 | 0.56 |
| Hex | D5 | 53 | 4B | 0 | 3D | 41 | 10 | 3 | 3E | 38 |
| Octal | 325 | 123 | 113 | 0 | 75 | 101 | 20 | 3 | 76 | 70 |
| Binary | 11010101 | 1010011 | 1001011 | 0 | 111101 | 1000001 | 10000 | 11 | 111110 | 111000 |
Color Harmonies of #D5534B
Complementary color
Monochromatic Colors of #D5534B
Black with #D5534B
Text Example
Text Example
White with #D5534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5534B; }
p { color: rgb(213,83,75); }
H1.HeaderClassName
{
color: #D5534B;
}
.AnyTagClassName
{
color: #D5534B;
}
</style>
background-color css
<style>
a { background-color: #D5534B; }
a { background-color: rgb(213,83,75); }
div.DivClassName
{
background-color: #D5534B;
}
.BgClassName
{
background-color: #D5534B;
}
</style>
border-color css
<style>
span { border-color: #D5534B; }
span { border-color: rgb(213,83,75); }
td.TdClassName
{
border-color: #D5534B;
}
.TagClassName
{
border-color: #D5534B;
}
</style>