Shades of Valencia #D35144
Tints of Valencia #D35144
RGB
CMYK
RGB Variations
Color information
#D35144 (or 0xD35144) is known color: Valencia. HEX triplet: D3, 51 and 44. RGB value is (211,81,68). Sum of RGB (Red+Green+Blue) = 211+81+68=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D35144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35144 is #2CAEBB. Grayscale: #767676. Windows color (decimal): -2928316 or 4477395. OLE color: 4477395.
HSL color Cylindrical-coordinate representation of color #D35144: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D35144 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 68 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.17 |
| HSL | 5.45º | 0.62% | 0.55% | - |
| HSV(B) | 5.45º | 0.68% | 0.83% | - |
| XYZ | 30.85 | 20.15 | 7.73 | - |
| YUV | 118.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 68 | 0 | 0.62 | 0.68 | 0.17 | 5.45 | 0.62 | 0.55 |
| Hex | D3 | 51 | 44 | 0 | 3E | 44 | 11 | 5 | 3E | 37 |
| Octal | 323 | 121 | 104 | 0 | 76 | 104 | 21 | 5 | 76 | 67 |
| Binary | 11010011 | 1010001 | 1000100 | 0 | 111110 | 1000100 | 10001 | 101 | 111110 | 110111 |
Color Harmonies of #D35144
Complementary color
Monochromatic Colors of #D35144
Black with #D35144
Text Example
Text Example
White with #D35144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35144; }
p { color: rgb(211,81,68); }
H1.HeaderClassName
{
color: #D35144;
}
.AnyTagClassName
{
color: #D35144;
}
</style>
background-color css
<style>
a { background-color: #D35144; }
a { background-color: rgb(211,81,68); }
div.DivClassName
{
background-color: #D35144;
}
.BgClassName
{
background-color: #D35144;
}
</style>
border-color css
<style>
span { border-color: #D35144; }
span { border-color: rgb(211,81,68); }
td.TdClassName
{
border-color: #D35144;
}
.TagClassName
{
border-color: #D35144;
}
</style>