Shades of Valencia #D05151
Tints of Valencia #D05151
RGB
CMYK
RGB Variations
Color information
#D05151 (or 0xD05151) is known color: Valencia. HEX triplet: D0, 51 and 51. RGB value is (208,81,81). Sum of RGB (Red+Green+Blue) = 208+81+81=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D05151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05151 is #2FAEAE. Grayscale: #777777. Windows color (decimal): -3124911 or 5329360. OLE color: 5329360.
HSL color Cylindrical-coordinate representation of color #D05151: hue angle of 0º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05151 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 81 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.18 |
| HSL | 0º | 0.57% | 0.57% | - |
| HSV(B) | 0º | 0.61% | 0.82% | - |
| XYZ | 30.44 | 19.89 | 10.02 | - |
| YUV | 118.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 81 | 0 | 0.61 | 0.61 | 0.18 | 0 | 0.57 | 0.57 |
| Hex | D0 | 51 | 51 | 0 | 3D | 3D | 12 | 0 | 39 | 39 |
| Octal | 320 | 121 | 121 | 0 | 75 | 75 | 22 | 0 | 71 | 71 |
| Binary | 11010000 | 1010001 | 1010001 | 0 | 111101 | 111101 | 10010 | 0 | 111001 | 111001 |
Color Harmonies of #D05151
Complementary color
Monochromatic Colors of #D05151
Black with #D05151
Text Example
Text Example
White with #D05151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05151; }
p { color: rgb(208,81,81); }
H1.HeaderClassName
{
color: #D05151;
}
.AnyTagClassName
{
color: #D05151;
}
</style>
background-color css
<style>
a { background-color: #D05151; }
a { background-color: rgb(208,81,81); }
div.DivClassName
{
background-color: #D05151;
}
.BgClassName
{
background-color: #D05151;
}
</style>
border-color css
<style>
span { border-color: #D05151; }
span { border-color: rgb(208,81,81); }
td.TdClassName
{
border-color: #D05151;
}
.TagClassName
{
border-color: #D05151;
}
</style>