Shades of Valencia #D05145
Tints of Valencia #D05145
RGB
CMYK
RGB Variations
Color information
#D05145 (or 0xD05145) is known color: Valencia. HEX triplet: D0, 51 and 45. RGB value is (208,81,69). Sum of RGB (Red+Green+Blue) = 208+81+69=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D05145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05145 is #2FAEBA. Grayscale: #757575. Windows color (decimal): -3124923 or 4542928. OLE color: 4542928.
HSL color Cylindrical-coordinate representation of color #D05145: hue angle of 5.18º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D05145 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 69 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.18 |
| HSL | 5.18º | 0.6% | 0.54% | - |
| HSV(B) | 5.18º | 0.67% | 0.82% | - |
| XYZ | 30.03 | 19.72 | 7.85 | - |
| YUV | 117.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 69 | 0 | 0.61 | 0.67 | 0.18 | 5.18 | 0.6 | 0.54 |
| Hex | D0 | 51 | 45 | 0 | 3D | 43 | 12 | 5 | 3C | 36 |
| Octal | 320 | 121 | 105 | 0 | 75 | 103 | 22 | 5 | 74 | 66 |
| Binary | 11010000 | 1010001 | 1000101 | 0 | 111101 | 1000011 | 10010 | 101 | 111100 | 110110 |
Color Harmonies of #D05145
Complementary color
Monochromatic Colors of #D05145
Black with #D05145
Text Example
Text Example
White with #D05145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05145; }
p { color: rgb(208,81,69); }
H1.HeaderClassName
{
color: #D05145;
}
.AnyTagClassName
{
color: #D05145;
}
</style>
background-color css
<style>
a { background-color: #D05145; }
a { background-color: rgb(208,81,69); }
div.DivClassName
{
background-color: #D05145;
}
.BgClassName
{
background-color: #D05145;
}
</style>
border-color css
<style>
span { border-color: #D05145; }
span { border-color: rgb(208,81,69); }
td.TdClassName
{
border-color: #D05145;
}
.TagClassName
{
border-color: #D05145;
}
</style>