Shades of Valencia #D65E4B
Tints of Valencia #D65E4B
RGB
CMYK
RGB Variations
Color information
#D65E4B (or 0xD65E4B) is known color: Valencia. HEX triplet: D6, 5E and 4B. RGB value is (214,94,75). Sum of RGB (Red+Green+Blue) = 214+94+75=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E4B is #29A1B4. Grayscale: #7F7F7F. Windows color (decimal): -2728373 or 4939478. OLE color: 4939478.
HSL color Cylindrical-coordinate representation of color #D65E4B: hue angle of 8.2º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D65E4B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 75 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.16 |
| HSL | 8.2º | 0.63% | 0.57% | - |
| HSV(B) | 8.2º | 0.65% | 0.84% | - |
| XYZ | 33 | 22.81 | 9.32 | - |
| YUV | 127.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 75 | 0 | 0.56 | 0.65 | 0.16 | 8.2 | 0.63 | 0.57 |
| Hex | D6 | 5E | 4B | 0 | 38 | 41 | 10 | 8 | 3F | 39 |
| Octal | 326 | 136 | 113 | 0 | 70 | 101 | 20 | 10 | 77 | 71 |
| Binary | 11010110 | 1011110 | 1001011 | 0 | 111000 | 1000001 | 10000 | 1000 | 111111 | 111001 |
Color Harmonies of #D65E4B
Complementary color
Monochromatic Colors of #D65E4B
Black with #D65E4B
Text Example
Text Example
White with #D65E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E4B; }
p { color: rgb(214,94,75); }
H1.HeaderClassName
{
color: #D65E4B;
}
.AnyTagClassName
{
color: #D65E4B;
}
</style>
background-color css
<style>
a { background-color: #D65E4B; }
a { background-color: rgb(214,94,75); }
div.DivClassName
{
background-color: #D65E4B;
}
.BgClassName
{
background-color: #D65E4B;
}
</style>
border-color css
<style>
span { border-color: #D65E4B; }
span { border-color: rgb(214,94,75); }
td.TdClassName
{
border-color: #D65E4B;
}
.TagClassName
{
border-color: #D65E4B;
}
</style>