Shades of Valencia #D54C41
Tints of Valencia #D54C41
RGB
CMYK
RGB Variations
Color information
#D54C41 (or 0xD54C41) is known color: Valencia. HEX triplet: D5, 4C and 41. RGB value is (213,76,65). Sum of RGB (Red+Green+Blue) = 213+76+65=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C41 is #2AB3BE. Grayscale: #737373. Windows color (decimal): -2798527 or 4279509. OLE color: 4279509.
HSL color Cylindrical-coordinate representation of color #D54C41: hue angle of 4.46º 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 #D54C41 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 65 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.16 |
| HSL | 4.46º | 0.64% | 0.55% | - |
| HSV(B) | 4.46º | 0.69% | 0.84% | - |
| XYZ | 30.98 | 19.7 | 7.17 | - |
| YUV | 115.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 65 | 0 | 0.64 | 0.69 | 0.16 | 4.46 | 0.64 | 0.55 |
| Hex | D5 | 4C | 41 | 0 | 40 | 45 | 10 | 4 | 40 | 37 |
| Octal | 325 | 114 | 101 | 0 | 100 | 105 | 20 | 4 | 100 | 67 |
| Binary | 11010101 | 1001100 | 1000001 | 0 | 1000000 | 1000101 | 10000 | 100 | 1000000 | 110111 |
Color Harmonies of #D54C41
Complementary color
Monochromatic Colors of #D54C41
Black with #D54C41
Text Example
Text Example
White with #D54C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C41; }
p { color: rgb(213,76,65); }
H1.HeaderClassName
{
color: #D54C41;
}
.AnyTagClassName
{
color: #D54C41;
}
</style>
background-color css
<style>
a { background-color: #D54C41; }
a { background-color: rgb(213,76,65); }
div.DivClassName
{
background-color: #D54C41;
}
.BgClassName
{
background-color: #D54C41;
}
</style>
border-color css
<style>
span { border-color: #D54C41; }
span { border-color: rgb(213,76,65); }
td.TdClassName
{
border-color: #D54C41;
}
.TagClassName
{
border-color: #D54C41;
}
</style>