Shades of Valencia #D5554B
Tints of Valencia #D5554B
RGB
CMYK
RGB Variations
Color information
#D5554B (or 0xD5554B) is known color: Valencia. HEX triplet: D5, 55 and 4B. RGB value is (213,85,75). Sum of RGB (Red+Green+Blue) = 213+85+75=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5554B is #2AAAB4. Grayscale: #7A7A7A. Windows color (decimal): -2796213 or 4937173. OLE color: 4937173.
HSL color Cylindrical-coordinate representation of color #D5554B: hue angle of 4.35º 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 #D5554B is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 75 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.16 |
| HSL | 4.35º | 0.62% | 0.56% | - |
| HSV(B) | 4.35º | 0.65% | 0.84% | - |
| XYZ | 31.96 | 21.15 | 9.05 | - |
| YUV | 122.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 75 | 0 | 0.60 | 0.65 | 0.16 | 4.35 | 0.62 | 0.56 |
| Hex | D5 | 55 | 4B | 0 | 3C | 41 | 10 | 4 | 3E | 38 |
| Octal | 325 | 125 | 113 | 0 | 74 | 101 | 20 | 4 | 76 | 70 |
| Binary | 11010101 | 1010101 | 1001011 | 0 | 111100 | 1000001 | 10000 | 100 | 111110 | 111000 |
Color Harmonies of #D5554B
Complementary color
Monochromatic Colors of #D5554B
Black with #D5554B
Text Example
Text Example
White with #D5554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5554B; }
p { color: rgb(213,85,75); }
H1.HeaderClassName
{
color: #D5554B;
}
.AnyTagClassName
{
color: #D5554B;
}
</style>
background-color css
<style>
a { background-color: #D5554B; }
a { background-color: rgb(213,85,75); }
div.DivClassName
{
background-color: #D5554B;
}
.BgClassName
{
background-color: #D5554B;
}
</style>
border-color css
<style>
span { border-color: #D5554B; }
span { border-color: rgb(213,85,75); }
td.TdClassName
{
border-color: #D5554B;
}
.TagClassName
{
border-color: #D5554B;
}
</style>