Shades of Valencia #D1574B
Tints of Valencia #D1574B
RGB
CMYK
RGB Variations
Color information
#D1574B (or 0xD1574B) is known color: Valencia. HEX triplet: D1, 57 and 4B. RGB value is (209,87,75). Sum of RGB (Red+Green+Blue) = 209+87+75=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1574B is #2EA8B4. Grayscale: #7A7A7A. Windows color (decimal): -3057845 or 4937681. OLE color: 4937681.
HSL color Cylindrical-coordinate representation of color #D1574B: hue angle of 5.37º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1574B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 75 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.18 |
| HSL | 5.37º | 0.59% | 0.56% | - |
| HSV(B) | 5.37º | 0.64% | 0.82% | - |
| XYZ | 30.97 | 20.88 | 9.05 | - |
| YUV | 122.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 75 | 0 | 0.58 | 0.64 | 0.18 | 5.37 | 0.59 | 0.56 |
| Hex | D1 | 57 | 4B | 0 | 3A | 40 | 12 | 5 | 3B | 38 |
| Octal | 321 | 127 | 113 | 0 | 72 | 100 | 22 | 5 | 73 | 70 |
| Binary | 11010001 | 1010111 | 1001011 | 0 | 111010 | 1000000 | 10010 | 101 | 111011 | 111000 |
Color Harmonies of #D1574B
Complementary color
Monochromatic Colors of #D1574B
Black with #D1574B
Text Example
Text Example
White with #D1574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1574B; }
p { color: rgb(209,87,75); }
H1.HeaderClassName
{
color: #D1574B;
}
.AnyTagClassName
{
color: #D1574B;
}
</style>
background-color css
<style>
a { background-color: #D1574B; }
a { background-color: rgb(209,87,75); }
div.DivClassName
{
background-color: #D1574B;
}
.BgClassName
{
background-color: #D1574B;
}
</style>
border-color css
<style>
span { border-color: #D1574B; }
span { border-color: rgb(209,87,75); }
td.TdClassName
{
border-color: #D1574B;
}
.TagClassName
{
border-color: #D1574B;
}
</style>