Shades of Valencia #D5544A
Tints of Valencia #D5544A
RGB
CMYK
RGB Variations
Color information
#D5544A (or 0xD5544A) is known color: Valencia. HEX triplet: D5, 54 and 4A. RGB value is (213,84,74). Sum of RGB (Red+Green+Blue) = 213+84+74=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5544A is #2AABB5. Grayscale: #797979. Windows color (decimal): -2796470 or 4871381. OLE color: 4871381.
HSL color Cylindrical-coordinate representation of color #D5544A: hue angle of 4.32º 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 #D5544A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 74 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.16 |
| HSL | 4.32º | 0.62% | 0.56% | - |
| HSV(B) | 4.32º | 0.65% | 0.84% | - |
| XYZ | 31.85 | 20.98 | 8.85 | - |
| YUV | 121.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 74 | 0 | 0.61 | 0.65 | 0.16 | 4.32 | 0.62 | 0.56 |
| Hex | D5 | 54 | 4A | 0 | 3D | 41 | 10 | 4 | 3E | 38 |
| Octal | 325 | 124 | 112 | 0 | 75 | 101 | 20 | 4 | 76 | 70 |
| Binary | 11010101 | 1010100 | 1001010 | 0 | 111101 | 1000001 | 10000 | 100 | 111110 | 111000 |
Color Harmonies of #D5544A
Complementary color
Monochromatic Colors of #D5544A
Black with #D5544A
Text Example
Text Example
White with #D5544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5544A; }
p { color: rgb(213,84,74); }
H1.HeaderClassName
{
color: #D5544A;
}
.AnyTagClassName
{
color: #D5544A;
}
</style>
background-color css
<style>
a { background-color: #D5544A; }
a { background-color: rgb(213,84,74); }
div.DivClassName
{
background-color: #D5544A;
}
.BgClassName
{
background-color: #D5544A;
}
</style>
border-color css
<style>
span { border-color: #D5544A; }
span { border-color: rgb(213,84,74); }
td.TdClassName
{
border-color: #D5544A;
}
.TagClassName
{
border-color: #D5544A;
}
</style>