Shades of Valencia #D45248
Tints of Valencia #D45248
RGB
CMYK
RGB Variations
Color information
#D45248 (or 0xD45248) is known color: Valencia. HEX triplet: D4, 52 and 48. RGB value is (212,82,72). Sum of RGB (Red+Green+Blue) = 212+82+72=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45248 is #2BADB7. Grayscale: #777777. Windows color (decimal): -2862520 or 4739796. OLE color: 4739796.
HSL color Cylindrical-coordinate representation of color #D45248: hue angle of 4.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D45248 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 72 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.17 |
| HSL | 4.29º | 0.62% | 0.56% | - |
| HSV(B) | 4.29º | 0.66% | 0.83% | - |
| XYZ | 31.34 | 20.5 | 8.44 | - |
| YUV | 119.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 72 | 0 | 0.61 | 0.66 | 0.17 | 4.29 | 0.62 | 0.56 |
| Hex | D4 | 52 | 48 | 0 | 3D | 42 | 11 | 4 | 3E | 38 |
| Octal | 324 | 122 | 110 | 0 | 75 | 102 | 21 | 4 | 76 | 70 |
| Binary | 11010100 | 1010010 | 1001000 | 0 | 111101 | 1000010 | 10001 | 100 | 111110 | 111000 |
Color Harmonies of #D45248
Complementary color
Monochromatic Colors of #D45248
Black with #D45248
Text Example
Text Example
White with #D45248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45248; }
p { color: rgb(212,82,72); }
H1.HeaderClassName
{
color: #D45248;
}
.AnyTagClassName
{
color: #D45248;
}
</style>
background-color css
<style>
a { background-color: #D45248; }
a { background-color: rgb(212,82,72); }
div.DivClassName
{
background-color: #D45248;
}
.BgClassName
{
background-color: #D45248;
}
</style>
border-color css
<style>
span { border-color: #D45248; }
span { border-color: rgb(212,82,72); }
td.TdClassName
{
border-color: #D45248;
}
.TagClassName
{
border-color: #D45248;
}
</style>