Shades of Valencia #D75345
Tints of Valencia #D75345
RGB
CMYK
RGB Variations
Color information
#D75345 (or 0xD75345) is known color: Valencia. HEX triplet: D7, 53 and 45. RGB value is (215,83,69). Sum of RGB (Red+Green+Blue) = 215+83+69=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D75345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75345 is #28ACBA. Grayscale: #797979. Windows color (decimal): -2665659 or 4543447. OLE color: 4543447.
HSL color Cylindrical-coordinate representation of color #D75345: hue angle of 5.75º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D75345 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 69 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.16 |
| HSL | 5.75º | 0.65% | 0.56% | - |
| HSV(B) | 5.75º | 0.68% | 0.84% | - |
| XYZ | 32.19 | 21.06 | 8 | - |
| YUV | 120.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 69 | 0 | 0.61 | 0.68 | 0.16 | 5.75 | 0.65 | 0.56 |
| Hex | D7 | 53 | 45 | 0 | 3D | 44 | 10 | 6 | 41 | 38 |
| Octal | 327 | 123 | 105 | 0 | 75 | 104 | 20 | 6 | 101 | 70 |
| Binary | 11010111 | 1010011 | 1000101 | 0 | 111101 | 1000100 | 10000 | 110 | 1000001 | 111000 |
Color Harmonies of #D75345
Complementary color
Monochromatic Colors of #D75345
Black with #D75345
Text Example
Text Example
White with #D75345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75345; }
p { color: rgb(215,83,69); }
H1.HeaderClassName
{
color: #D75345;
}
.AnyTagClassName
{
color: #D75345;
}
</style>
background-color css
<style>
a { background-color: #D75345; }
a { background-color: rgb(215,83,69); }
div.DivClassName
{
background-color: #D75345;
}
.BgClassName
{
background-color: #D75345;
}
</style>
border-color css
<style>
span { border-color: #D75345; }
span { border-color: rgb(215,83,69); }
td.TdClassName
{
border-color: #D75345;
}
.TagClassName
{
border-color: #D75345;
}
</style>