Shades of Valencia #D25248
Tints of Valencia #D25248
RGB
CMYK
RGB Variations
Color information
#D25248 (or 0xD25248) is known color: Valencia. HEX triplet: D2, 52 and 48. RGB value is (210,82,72). Sum of RGB (Red+Green+Blue) = 210+82+72=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D25248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25248 is #2DADB7. Grayscale: #777777. Windows color (decimal): -2993592 or 4739794. OLE color: 4739794.
HSL color Cylindrical-coordinate representation of color #D25248: hue angle of 4.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D25248 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 72 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.18 |
| HSL | 4.35º | 0.61% | 0.55% | - |
| HSV(B) | 4.35º | 0.66% | 0.82% | - |
| XYZ | 30.77 | 20.2 | 8.41 | - |
| YUV | 119.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 72 | 0 | 0.61 | 0.66 | 0.18 | 4.35 | 0.61 | 0.55 |
| Hex | D2 | 52 | 48 | 0 | 3D | 42 | 12 | 4 | 3D | 37 |
| Octal | 322 | 122 | 110 | 0 | 75 | 102 | 22 | 4 | 75 | 67 |
| Binary | 11010010 | 1010010 | 1001000 | 0 | 111101 | 1000010 | 10010 | 100 | 111101 | 110111 |
Color Harmonies of #D25248
Complementary color
Monochromatic Colors of #D25248
Black with #D25248
Text Example
Text Example
White with #D25248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25248; }
p { color: rgb(210,82,72); }
H1.HeaderClassName
{
color: #D25248;
}
.AnyTagClassName
{
color: #D25248;
}
</style>
background-color css
<style>
a { background-color: #D25248; }
a { background-color: rgb(210,82,72); }
div.DivClassName
{
background-color: #D25248;
}
.BgClassName
{
background-color: #D25248;
}
</style>
border-color css
<style>
span { border-color: #D25248; }
span { border-color: rgb(210,82,72); }
td.TdClassName
{
border-color: #D25248;
}
.TagClassName
{
border-color: #D25248;
}
</style>