Shades of Valencia #D54A46
Tints of Valencia #D54A46
RGB
CMYK
RGB Variations
Color information
#D54A46 (or 0xD54A46) is known color: Valencia. HEX triplet: D5, 4A and 46. RGB value is (213,74,70). Sum of RGB (Red+Green+Blue) = 213+74+70=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A46 is #2AB5B9. Grayscale: #737373. Windows color (decimal): -2799034 or 4606677. OLE color: 4606677.
HSL color Cylindrical-coordinate representation of color #D54A46: hue angle of 1.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54A46 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 70 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.16 |
| HSL | 1.68º | 0.63% | 0.55% | - |
| HSV(B) | 1.68º | 0.67% | 0.84% | - |
| XYZ | 30.99 | 19.49 | 7.92 | - |
| YUV | 115.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 70 | 0 | 0.65 | 0.67 | 0.16 | 1.68 | 0.63 | 0.55 |
| Hex | D5 | 4A | 46 | 0 | 41 | 43 | 10 | 2 | 3F | 37 |
| Octal | 325 | 112 | 106 | 0 | 101 | 103 | 20 | 2 | 77 | 67 |
| Binary | 11010101 | 1001010 | 1000110 | 0 | 1000001 | 1000011 | 10000 | 10 | 111111 | 110111 |
Color Harmonies of #D54A46
Complementary color
Monochromatic Colors of #D54A46
Black with #D54A46
Text Example
Text Example
White with #D54A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A46; }
p { color: rgb(213,74,70); }
H1.HeaderClassName
{
color: #D54A46;
}
.AnyTagClassName
{
color: #D54A46;
}
</style>
background-color css
<style>
a { background-color: #D54A46; }
a { background-color: rgb(213,74,70); }
div.DivClassName
{
background-color: #D54A46;
}
.BgClassName
{
background-color: #D54A46;
}
</style>
border-color css
<style>
span { border-color: #D54A46; }
span { border-color: rgb(213,74,70); }
td.TdClassName
{
border-color: #D54A46;
}
.TagClassName
{
border-color: #D54A46;
}
</style>