Shades of Valencia #D74945
Tints of Valencia #D74945
RGB
CMYK
RGB Variations
Color information
#D74945 (or 0xD74945) is known color: Valencia. HEX triplet: D7, 49 and 45. RGB value is (215,73,69). Sum of RGB (Red+Green+Blue) = 215+73+69=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D74945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74945 is #28B6BA. Grayscale: #737373. Windows color (decimal): -2668219 or 4540887. OLE color: 4540887.
HSL color Cylindrical-coordinate representation of color #D74945: hue angle of 1.64º 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 #D74945 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 69 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.16 |
| HSL | 1.64º | 0.65% | 0.56% | - |
| HSV(B) | 1.64º | 0.68% | 0.84% | - |
| XYZ | 31.48 | 19.64 | 7.76 | - |
| YUV | 115 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 69 | 0 | 0.66 | 0.68 | 0.16 | 1.64 | 0.65 | 0.56 |
| Hex | D7 | 49 | 45 | 0 | 42 | 44 | 10 | 2 | 41 | 38 |
| Octal | 327 | 111 | 105 | 0 | 102 | 104 | 20 | 2 | 101 | 70 |
| Binary | 11010111 | 1001001 | 1000101 | 0 | 1000010 | 1000100 | 10000 | 10 | 1000001 | 111000 |
Color Harmonies of #D74945
Complementary color
Monochromatic Colors of #D74945
Black with #D74945
Text Example
Text Example
White with #D74945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74945; }
p { color: rgb(215,73,69); }
H1.HeaderClassName
{
color: #D74945;
}
.AnyTagClassName
{
color: #D74945;
}
</style>
background-color css
<style>
a { background-color: #D74945; }
a { background-color: rgb(215,73,69); }
div.DivClassName
{
background-color: #D74945;
}
.BgClassName
{
background-color: #D74945;
}
</style>
border-color css
<style>
span { border-color: #D74945; }
span { border-color: rgb(215,73,69); }
td.TdClassName
{
border-color: #D74945;
}
.TagClassName
{
border-color: #D74945;
}
</style>