Shades of Valencia #D65353
Tints of Valencia #D65353
RGB
CMYK
RGB Variations
Color information
#D65353 (or 0xD65353) is known color: Valencia. HEX triplet: D6, 53 and 53. RGB value is (214,83,83). Sum of RGB (Red+Green+Blue) = 214+83+83=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65353 is #29ACAC. Grayscale: #7A7A7A. Windows color (decimal): -2731181 or 5460950. OLE color: 5460950.
HSL color Cylindrical-coordinate representation of color #D65353: hue angle of 0º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65353 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 83 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.16 |
| HSL | 0º | 0.62% | 0.58% | - |
| HSV(B) | 0º | 0.61% | 0.84% | - |
| XYZ | 32.39 | 21.11 | 10.55 | - |
| YUV | 122.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 83 | 0 | 0.61 | 0.61 | 0.16 | 0 | 0.62 | 0.58 |
| Hex | D6 | 53 | 53 | 0 | 3D | 3D | 10 | 0 | 3E | 3A |
| Octal | 326 | 123 | 123 | 0 | 75 | 75 | 20 | 0 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1010011 | 0 | 111101 | 111101 | 10000 | 0 | 111110 | 111010 |
Color Harmonies of #D65353
Complementary color
Monochromatic Colors of #D65353
Black with #D65353
Text Example
Text Example
White with #D65353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65353; }
p { color: rgb(214,83,83); }
H1.HeaderClassName
{
color: #D65353;
}
.AnyTagClassName
{
color: #D65353;
}
</style>
background-color css
<style>
a { background-color: #D65353; }
a { background-color: rgb(214,83,83); }
div.DivClassName
{
background-color: #D65353;
}
.BgClassName
{
background-color: #D65353;
}
</style>
border-color css
<style>
span { border-color: #D65353; }
span { border-color: rgb(214,83,83); }
td.TdClassName
{
border-color: #D65353;
}
.TagClassName
{
border-color: #D65353;
}
</style>