Shades of Valencia #D04745
Tints of Valencia #D04745
RGB
CMYK
RGB Variations
Color information
#D04745 (or 0xD04745) is known color: Valencia. HEX triplet: D0, 47 and 45. RGB value is (208,71,69). Sum of RGB (Red+Green+Blue) = 208+71+69=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04745 is #2FB8BA. Grayscale: #6F6F6F. Windows color (decimal): -3127483 or 4540368. OLE color: 4540368.
HSL color Cylindrical-coordinate representation of color #D04745: hue angle of 0.86º 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 #D04745 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 69 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.18 |
| HSL | 0.86º | 0.6% | 0.54% | - |
| HSV(B) | 0.86º | 0.67% | 0.82% | - |
| XYZ | 29.34 | 18.35 | 7.62 | - |
| YUV | 111.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 69 | 0 | 0.66 | 0.67 | 0.18 | 0.86 | 0.6 | 0.54 |
| Hex | D0 | 47 | 45 | 0 | 42 | 43 | 12 | 1 | 3C | 36 |
| Octal | 320 | 107 | 105 | 0 | 102 | 103 | 22 | 1 | 74 | 66 |
| Binary | 11010000 | 1000111 | 1000101 | 0 | 1000010 | 1000011 | 10010 | 1 | 111100 | 110110 |
Color Harmonies of #D04745
Complementary color
Monochromatic Colors of #D04745
Black with #D04745
Text Example
Text Example
White with #D04745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04745; }
p { color: rgb(208,71,69); }
H1.HeaderClassName
{
color: #D04745;
}
.AnyTagClassName
{
color: #D04745;
}
</style>
background-color css
<style>
a { background-color: #D04745; }
a { background-color: rgb(208,71,69); }
div.DivClassName
{
background-color: #D04745;
}
.BgClassName
{
background-color: #D04745;
}
</style>
border-color css
<style>
span { border-color: #D04745; }
span { border-color: rgb(208,71,69); }
td.TdClassName
{
border-color: #D04745;
}
.TagClassName
{
border-color: #D04745;
}
</style>