Shades of Valencia #D84A47
Tints of Valencia #D84A47
RGB
CMYK
RGB Variations
Color information
#D84A47 (or 0xD84A47) is known color: Valencia. HEX triplet: D8, 4A and 47. RGB value is (216,74,71). Sum of RGB (Red+Green+Blue) = 216+74+71=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A47 is #27B5B8. Grayscale: #747474. Windows color (decimal): -2602425 or 4672216. OLE color: 4672216.
HSL color Cylindrical-coordinate representation of color #D84A47: hue angle of 1.24º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84A47 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 71 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.15 |
| HSL | 1.24º | 0.65% | 0.56% | - |
| HSV(B) | 1.24º | 0.67% | 0.85% | - |
| XYZ | 31.91 | 19.95 | 8.13 | - |
| YUV | 116.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 71 | 0 | 0.66 | 0.67 | 0.15 | 1.24 | 0.65 | 0.56 |
| Hex | D8 | 4A | 47 | 0 | 42 | 43 | F | 1 | 41 | 38 |
| Octal | 330 | 112 | 107 | 0 | 102 | 103 | 17 | 1 | 101 | 70 |
| Binary | 11011000 | 1001010 | 1000111 | 0 | 1000010 | 1000011 | 1111 | 1 | 1000001 | 111000 |
Color Harmonies of #D84A47
Complementary color
Monochromatic Colors of #D84A47
Black with #D84A47
Text Example
Text Example
White with #D84A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A47; }
p { color: rgb(216,74,71); }
H1.HeaderClassName
{
color: #D84A47;
}
.AnyTagClassName
{
color: #D84A47;
}
</style>
background-color css
<style>
a { background-color: #D84A47; }
a { background-color: rgb(216,74,71); }
div.DivClassName
{
background-color: #D84A47;
}
.BgClassName
{
background-color: #D84A47;
}
</style>
border-color css
<style>
span { border-color: #D84A47; }
span { border-color: rgb(216,74,71); }
td.TdClassName
{
border-color: #D84A47;
}
.TagClassName
{
border-color: #D84A47;
}
</style>