Shades of Valencia #D54941
Tints of Valencia #D54941
RGB
CMYK
RGB Variations
Color information
#D54941 (or 0xD54941) is known color: Valencia. HEX triplet: D5, 49 and 41. RGB value is (213,73,65). Sum of RGB (Red+Green+Blue) = 213+73+65=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54941 is #2AB6BE. Grayscale: #727272. Windows color (decimal): -2799295 or 4278741. OLE color: 4278741.
HSL color Cylindrical-coordinate representation of color #D54941: hue angle of 3.24º 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 #D54941 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 65 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.16 |
| HSL | 3.24º | 0.64% | 0.55% | - |
| HSV(B) | 3.24º | 0.69% | 0.84% | - |
| XYZ | 30.78 | 19.29 | 7.1 | - |
| YUV | 113.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 65 | 0 | 0.66 | 0.69 | 0.16 | 3.24 | 0.64 | 0.55 |
| Hex | D5 | 49 | 41 | 0 | 42 | 45 | 10 | 3 | 40 | 37 |
| Octal | 325 | 111 | 101 | 0 | 102 | 105 | 20 | 3 | 100 | 67 |
| Binary | 11010101 | 1001001 | 1000001 | 0 | 1000010 | 1000101 | 10000 | 11 | 1000000 | 110111 |
Color Harmonies of #D54941
Complementary color
Monochromatic Colors of #D54941
Black with #D54941
Text Example
Text Example
White with #D54941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54941; }
p { color: rgb(213,73,65); }
H1.HeaderClassName
{
color: #D54941;
}
.AnyTagClassName
{
color: #D54941;
}
</style>
background-color css
<style>
a { background-color: #D54941; }
a { background-color: rgb(213,73,65); }
div.DivClassName
{
background-color: #D54941;
}
.BgClassName
{
background-color: #D54941;
}
</style>
border-color css
<style>
span { border-color: #D54941; }
span { border-color: rgb(213,73,65); }
td.TdClassName
{
border-color: #D54941;
}
.TagClassName
{
border-color: #D54941;
}
</style>