Shades of Valencia #D54A40
Tints of Valencia #D54A40
RGB
CMYK
RGB Variations
Color information
#D54A40 (or 0xD54A40) is known color: Valencia. HEX triplet: D5, 4A and 40. RGB value is (213,74,64). Sum of RGB (Red+Green+Blue) = 213+74+64=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A40 is #2AB5BF. Grayscale: #727272. Windows color (decimal): -2799040 or 4213461. OLE color: 4213461.
HSL color Cylindrical-coordinate representation of color #D54A40: hue angle of 4.03º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54A40 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 64 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.16 |
| HSL | 4.03º | 0.64% | 0.54% | - |
| HSV(B) | 4.03º | 0.7% | 0.84% | - |
| XYZ | 30.81 | 19.41 | 6.97 | - |
| YUV | 114.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 64 | 0 | 0.65 | 0.70 | 0.16 | 4.03 | 0.64 | 0.54 |
| Hex | D5 | 4A | 40 | 0 | 41 | 46 | 10 | 4 | 40 | 36 |
| Octal | 325 | 112 | 100 | 0 | 101 | 106 | 20 | 4 | 100 | 66 |
| Binary | 11010101 | 1001010 | 1000000 | 0 | 1000001 | 1000110 | 10000 | 100 | 1000000 | 110110 |
Color Harmonies of #D54A40
Complementary color
Monochromatic Colors of #D54A40
Black with #D54A40
Text Example
Text Example
White with #D54A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A40; }
p { color: rgb(213,74,64); }
H1.HeaderClassName
{
color: #D54A40;
}
.AnyTagClassName
{
color: #D54A40;
}
</style>
background-color css
<style>
a { background-color: #D54A40; }
a { background-color: rgb(213,74,64); }
div.DivClassName
{
background-color: #D54A40;
}
.BgClassName
{
background-color: #D54A40;
}
</style>
border-color css
<style>
span { border-color: #D54A40; }
span { border-color: rgb(213,74,64); }
td.TdClassName
{
border-color: #D54A40;
}
.TagClassName
{
border-color: #D54A40;
}
</style>