Shades of Valencia #D54744
Tints of Valencia #D54744
RGB
CMYK
RGB Variations
Color information
#D54744 (or 0xD54744) is known color: Valencia. HEX triplet: D5, 47 and 44. RGB value is (213,71,68). Sum of RGB (Red+Green+Blue) = 213+71+68=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D54744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54744 is #2AB8BB. Grayscale: #717171. Windows color (decimal): -2799804 or 4474837. OLE color: 4474837.
HSL color Cylindrical-coordinate representation of color #D54744: hue angle of 1.24º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54744 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 68 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.16 |
| HSL | 1.24º | 0.63% | 0.55% | - |
| HSV(B) | 1.24º | 0.68% | 0.84% | - |
| XYZ | 30.74 | 19.07 | 7.53 | - |
| YUV | 113.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 68 | 0 | 0.67 | 0.68 | 0.16 | 1.24 | 0.63 | 0.55 |
| Hex | D5 | 47 | 44 | 0 | 43 | 44 | 10 | 1 | 3F | 37 |
| Octal | 325 | 107 | 104 | 0 | 103 | 104 | 20 | 1 | 77 | 67 |
| Binary | 11010101 | 1000111 | 1000100 | 0 | 1000011 | 1000100 | 10000 | 1 | 111111 | 110111 |
Color Harmonies of #D54744
Complementary color
Monochromatic Colors of #D54744
Black with #D54744
Text Example
Text Example
White with #D54744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54744; }
p { color: rgb(213,71,68); }
H1.HeaderClassName
{
color: #D54744;
}
.AnyTagClassName
{
color: #D54744;
}
</style>
background-color css
<style>
a { background-color: #D54744; }
a { background-color: rgb(213,71,68); }
div.DivClassName
{
background-color: #D54744;
}
.BgClassName
{
background-color: #D54744;
}
</style>
border-color css
<style>
span { border-color: #D54744; }
span { border-color: rgb(213,71,68); }
td.TdClassName
{
border-color: #D54744;
}
.TagClassName
{
border-color: #D54744;
}
</style>