Shades of Valencia #D54F41
Tints of Valencia #D54F41
RGB
CMYK
RGB Variations
Color information
#D54F41 (or 0xD54F41) is known color: Valencia. HEX triplet: D5, 4F and 41. RGB value is (213,79,65). Sum of RGB (Red+Green+Blue) = 213+79+65=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F41 is #2AB0BE. Grayscale: #757575. Windows color (decimal): -2797759 or 4280277. OLE color: 4280277.
HSL color Cylindrical-coordinate representation of color #D54F41: hue angle of 5.68º 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 #D54F41 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 65 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.16 |
| HSL | 5.68º | 0.64% | 0.55% | - |
| HSV(B) | 5.68º | 0.69% | 0.84% | - |
| XYZ | 31.19 | 20.12 | 7.24 | - |
| YUV | 117.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 65 | 0 | 0.63 | 0.69 | 0.16 | 5.68 | 0.64 | 0.55 |
| Hex | D5 | 4F | 41 | 0 | 3F | 45 | 10 | 6 | 40 | 37 |
| Octal | 325 | 117 | 101 | 0 | 77 | 105 | 20 | 6 | 100 | 67 |
| Binary | 11010101 | 1001111 | 1000001 | 0 | 111111 | 1000101 | 10000 | 110 | 1000000 | 110111 |
Color Harmonies of #D54F41
Complementary color
Monochromatic Colors of #D54F41
Black with #D54F41
Text Example
Text Example
White with #D54F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F41; }
p { color: rgb(213,79,65); }
H1.HeaderClassName
{
color: #D54F41;
}
.AnyTagClassName
{
color: #D54F41;
}
</style>
background-color css
<style>
a { background-color: #D54F41; }
a { background-color: rgb(213,79,65); }
div.DivClassName
{
background-color: #D54F41;
}
.BgClassName
{
background-color: #D54F41;
}
</style>
border-color css
<style>
span { border-color: #D54F41; }
span { border-color: rgb(213,79,65); }
td.TdClassName
{
border-color: #D54F41;
}
.TagClassName
{
border-color: #D54F41;
}
</style>