Shades of Valencia #D54E42
Tints of Valencia #D54E42
RGB
CMYK
RGB Variations
Color information
#D54E42 (or 0xD54E42) is known color: Valencia. HEX triplet: D5, 4E and 42. RGB value is (213,78,66). Sum of RGB (Red+Green+Blue) = 213+78+66=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E42 is #2AB1BD. Grayscale: #757575. Windows color (decimal): -2798014 or 4345557. OLE color: 4345557.
HSL color Cylindrical-coordinate representation of color #D54E42: hue angle of 4.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54E42 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 66 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.16 |
| HSL | 4.9º | 0.64% | 0.55% | - |
| HSV(B) | 4.9º | 0.69% | 0.84% | - |
| XYZ | 31.15 | 19.99 | 7.37 | - |
| YUV | 117 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 66 | 0 | 0.63 | 0.69 | 0.16 | 4.9 | 0.64 | 0.55 |
| Hex | D5 | 4E | 42 | 0 | 3F | 45 | 10 | 5 | 40 | 37 |
| Octal | 325 | 116 | 102 | 0 | 77 | 105 | 20 | 5 | 100 | 67 |
| Binary | 11010101 | 1001110 | 1000010 | 0 | 111111 | 1000101 | 10000 | 101 | 1000000 | 110111 |
Color Harmonies of #D54E42
Complementary color
Monochromatic Colors of #D54E42
Black with #D54E42
Text Example
Text Example
White with #D54E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E42; }
p { color: rgb(213,78,66); }
H1.HeaderClassName
{
color: #D54E42;
}
.AnyTagClassName
{
color: #D54E42;
}
</style>
background-color css
<style>
a { background-color: #D54E42; }
a { background-color: rgb(213,78,66); }
div.DivClassName
{
background-color: #D54E42;
}
.BgClassName
{
background-color: #D54E42;
}
</style>
border-color css
<style>
span { border-color: #D54E42; }
span { border-color: rgb(213,78,66); }
td.TdClassName
{
border-color: #D54E42;
}
.TagClassName
{
border-color: #D54E42;
}
</style>