Shades of Valencia #D54E41
Tints of Valencia #D54E41
RGB
CMYK
RGB Variations
Color information
#D54E41 (or 0xD54E41) is known color: Valencia. HEX triplet: D5, 4E and 41. RGB value is (213,78,65). Sum of RGB (Red+Green+Blue) = 213+78+65=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E41 is #2AB1BE. Grayscale: #757575. Windows color (decimal): -2798015 or 4280021. OLE color: 4280021.
HSL color Cylindrical-coordinate representation of color #D54E41: hue angle of 5.27º 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 #D54E41 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 65 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.16 |
| HSL | 5.27º | 0.64% | 0.55% | - |
| HSV(B) | 5.27º | 0.69% | 0.84% | - |
| XYZ | 31.12 | 19.98 | 7.22 | - |
| YUV | 116.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 65 | 0 | 0.63 | 0.69 | 0.16 | 5.27 | 0.64 | 0.55 |
| Hex | D5 | 4E | 41 | 0 | 3F | 45 | 10 | 5 | 40 | 37 |
| Octal | 325 | 116 | 101 | 0 | 77 | 105 | 20 | 5 | 100 | 67 |
| Binary | 11010101 | 1001110 | 1000001 | 0 | 111111 | 1000101 | 10000 | 101 | 1000000 | 110111 |
Color Harmonies of #D54E41
Complementary color
Monochromatic Colors of #D54E41
Black with #D54E41
Text Example
Text Example
White with #D54E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E41; }
p { color: rgb(213,78,65); }
H1.HeaderClassName
{
color: #D54E41;
}
.AnyTagClassName
{
color: #D54E41;
}
</style>
background-color css
<style>
a { background-color: #D54E41; }
a { background-color: rgb(213,78,65); }
div.DivClassName
{
background-color: #D54E41;
}
.BgClassName
{
background-color: #D54E41;
}
</style>
border-color css
<style>
span { border-color: #D54E41; }
span { border-color: rgb(213,78,65); }
td.TdClassName
{
border-color: #D54E41;
}
.TagClassName
{
border-color: #D54E41;
}
</style>