Shades of Valencia #D64848
Tints of Valencia #D64848
RGB
CMYK
RGB Variations
Color information
#D64848 (or 0xD64848) is known color: Valencia. HEX triplet: D6, 48 and 48. RGB value is (214,72,72). Sum of RGB (Red+Green+Blue) = 214+72+72=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D64848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64848 is #29B7B7. Grayscale: #727272. Windows color (decimal): -2734008 or 4737238. OLE color: 4737238.
HSL color Cylindrical-coordinate representation of color #D64848: hue angle of 0º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64848 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 72 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.16 |
| HSL | 0º | 0.63% | 0.56% | - |
| HSV(B) | 0º | 0.66% | 0.84% | - |
| XYZ | 31.22 | 19.4 | 8.23 | - |
| YUV | 114.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 72 | 0 | 0.66 | 0.66 | 0.16 | 0 | 0.63 | 0.56 |
| Hex | D6 | 48 | 48 | 0 | 42 | 42 | 10 | 0 | 3F | 38 |
| Octal | 326 | 110 | 110 | 0 | 102 | 102 | 20 | 0 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1001000 | 0 | 1000010 | 1000010 | 10000 | 0 | 111111 | 111000 |
Color Harmonies of #D64848
Complementary color
Monochromatic Colors of #D64848
Black with #D64848
Text Example
Text Example
White with #D64848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64848; }
p { color: rgb(214,72,72); }
H1.HeaderClassName
{
color: #D64848;
}
.AnyTagClassName
{
color: #D64848;
}
</style>
background-color css
<style>
a { background-color: #D64848; }
a { background-color: rgb(214,72,72); }
div.DivClassName
{
background-color: #D64848;
}
.BgClassName
{
background-color: #D64848;
}
</style>
border-color css
<style>
span { border-color: #D64848; }
span { border-color: rgb(214,72,72); }
td.TdClassName
{
border-color: #D64848;
}
.TagClassName
{
border-color: #D64848;
}
</style>