Shades of Valencia #D2604F
Tints of Valencia #D2604F
RGB
CMYK
RGB Variations
Color information
#D2604F (or 0xD2604F) is known color: Valencia. HEX triplet: D2, 60 and 4F. RGB value is (210,96,79). Sum of RGB (Red+Green+Blue) = 210+96+79=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2604F is #2D9FB0. Grayscale: #808080. Windows color (decimal): -2990001 or 5202130. OLE color: 5202130.
HSL color Cylindrical-coordinate representation of color #D2604F: hue angle of 7.79º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2604F is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 79 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.18 |
| HSL | 7.79º | 0.59% | 0.57% | - |
| HSV(B) | 7.79º | 0.62% | 0.82% | - |
| XYZ | 32.17 | 22.63 | 10.07 | - |
| YUV | 128.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 79 | 0 | 0.54 | 0.62 | 0.18 | 7.79 | 0.59 | 0.57 |
| Hex | D2 | 60 | 4F | 0 | 36 | 3E | 12 | 8 | 3B | 39 |
| Octal | 322 | 140 | 117 | 0 | 66 | 76 | 22 | 10 | 73 | 71 |
| Binary | 11010010 | 1100000 | 1001111 | 0 | 110110 | 111110 | 10010 | 1000 | 111011 | 111001 |
Color Harmonies of #D2604F
Complementary color
Monochromatic Colors of #D2604F
Black with #D2604F
Text Example
Text Example
White with #D2604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2604F; }
p { color: rgb(210,96,79); }
H1.HeaderClassName
{
color: #D2604F;
}
.AnyTagClassName
{
color: #D2604F;
}
</style>
background-color css
<style>
a { background-color: #D2604F; }
a { background-color: rgb(210,96,79); }
div.DivClassName
{
background-color: #D2604F;
}
.BgClassName
{
background-color: #D2604F;
}
</style>
border-color css
<style>
span { border-color: #D2604F; }
span { border-color: rgb(210,96,79); }
td.TdClassName
{
border-color: #D2604F;
}
.TagClassName
{
border-color: #D2604F;
}
</style>