Shades of Valencia #D65245
Tints of Valencia #D65245
RGB
CMYK
RGB Variations
Color information
#D65245 (or 0xD65245) is known color: Valencia. HEX triplet: D6, 52 and 45. RGB value is (214,82,69). Sum of RGB (Red+Green+Blue) = 214+82+69=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65245 is #29ADBA. Grayscale: #787878. Windows color (decimal): -2731451 or 4543190. OLE color: 4543190.
HSL color Cylindrical-coordinate representation of color #D65245: hue angle of 5.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D65245 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 69 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.16 |
| HSL | 5.38º | 0.64% | 0.55% | - |
| HSV(B) | 5.38º | 0.68% | 0.84% | - |
| XYZ | 31.82 | 20.76 | 7.96 | - |
| YUV | 119.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 69 | 0 | 0.62 | 0.68 | 0.16 | 5.38 | 0.64 | 0.55 |
| Hex | D6 | 52 | 45 | 0 | 3E | 44 | 10 | 5 | 40 | 37 |
| Octal | 326 | 122 | 105 | 0 | 76 | 104 | 20 | 5 | 100 | 67 |
| Binary | 11010110 | 1010010 | 1000101 | 0 | 111110 | 1000100 | 10000 | 101 | 1000000 | 110111 |
Color Harmonies of #D65245
Complementary color
Monochromatic Colors of #D65245
Black with #D65245
Text Example
Text Example
White with #D65245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65245; }
p { color: rgb(214,82,69); }
H1.HeaderClassName
{
color: #D65245;
}
.AnyTagClassName
{
color: #D65245;
}
</style>
background-color css
<style>
a { background-color: #D65245; }
a { background-color: rgb(214,82,69); }
div.DivClassName
{
background-color: #D65245;
}
.BgClassName
{
background-color: #D65245;
}
</style>
border-color css
<style>
span { border-color: #D65245; }
span { border-color: rgb(214,82,69); }
td.TdClassName
{
border-color: #D65245;
}
.TagClassName
{
border-color: #D65245;
}
</style>