Shades of Valencia #D54A49
Tints of Valencia #D54A49
RGB
CMYK
RGB Variations
Color information
#D54A49 (or 0xD54A49) is known color: Valencia. HEX triplet: D5, 4A and 49. RGB value is (213,74,73). Sum of RGB (Red+Green+Blue) = 213+74+73=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A49 is #2AB5B6. Grayscale: #737373. Windows color (decimal): -2799031 or 4803285. OLE color: 4803285.
HSL color Cylindrical-coordinate representation of color #D54A49: hue angle of 0.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54A49 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 73 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.16 |
| HSL | 0.43º | 0.63% | 0.56% | - |
| HSV(B) | 0.43º | 0.66% | 0.84% | - |
| XYZ | 31.09 | 19.52 | 8.43 | - |
| YUV | 115.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 73 | 0 | 0.65 | 0.66 | 0.16 | 0.43 | 0.63 | 0.56 |
| Hex | D5 | 4A | 49 | 0 | 41 | 42 | 10 | 0 | 3E | 38 |
| Octal | 325 | 112 | 111 | 0 | 101 | 102 | 20 | 0 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1001001 | 0 | 1000001 | 1000010 | 10000 | 0 | 111110 | 111000 |
Color Harmonies of #D54A49
Complementary color
Monochromatic Colors of #D54A49
Black with #D54A49
Text Example
Text Example
White with #D54A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A49; }
p { color: rgb(213,74,73); }
H1.HeaderClassName
{
color: #D54A49;
}
.AnyTagClassName
{
color: #D54A49;
}
</style>
background-color css
<style>
a { background-color: #D54A49; }
a { background-color: rgb(213,74,73); }
div.DivClassName
{
background-color: #D54A49;
}
.BgClassName
{
background-color: #D54A49;
}
</style>
border-color css
<style>
span { border-color: #D54A49; }
span { border-color: rgb(213,74,73); }
td.TdClassName
{
border-color: #D54A49;
}
.TagClassName
{
border-color: #D54A49;
}
</style>