Shades of Valencia #D74A49
Tints of Valencia #D74A49
RGB
CMYK
RGB Variations
Color information
#D74A49 (or 0xD74A49) is known color: Valencia. HEX triplet: D7, 4A and 49. RGB value is (215,74,73). Sum of RGB (Red+Green+Blue) = 215+74+73=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A49 is #28B5B6. Grayscale: #747474. Windows color (decimal): -2667959 or 4803287. OLE color: 4803287.
HSL color Cylindrical-coordinate representation of color #D74A49: hue angle of 0.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A49 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 73 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.16 |
| HSL | 0.42º | 0.64% | 0.56% | - |
| HSV(B) | 0.42º | 0.66% | 0.84% | - |
| XYZ | 31.68 | 19.83 | 8.46 | - |
| YUV | 116.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 73 | 0 | 0.66 | 0.66 | 0.16 | 0.42 | 0.64 | 0.56 |
| Hex | D7 | 4A | 49 | 0 | 42 | 42 | 10 | 0 | 40 | 38 |
| Octal | 327 | 112 | 111 | 0 | 102 | 102 | 20 | 0 | 100 | 70 |
| Binary | 11010111 | 1001010 | 1001001 | 0 | 1000010 | 1000010 | 10000 | 0 | 1000000 | 111000 |
Color Harmonies of #D74A49
Complementary color
Monochromatic Colors of #D74A49
Black with #D74A49
Text Example
Text Example
White with #D74A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A49; }
p { color: rgb(215,74,73); }
H1.HeaderClassName
{
color: #D74A49;
}
.AnyTagClassName
{
color: #D74A49;
}
</style>
background-color css
<style>
a { background-color: #D74A49; }
a { background-color: rgb(215,74,73); }
div.DivClassName
{
background-color: #D74A49;
}
.BgClassName
{
background-color: #D74A49;
}
</style>
border-color css
<style>
span { border-color: #D74A49; }
span { border-color: rgb(215,74,73); }
td.TdClassName
{
border-color: #D74A49;
}
.TagClassName
{
border-color: #D74A49;
}
</style>