Shades of Valencia #D25045
Tints of Valencia #D25045
RGB
CMYK
RGB Variations
Color information
#D25045 (or 0xD25045) is known color: Valencia. HEX triplet: D2, 50 and 45. RGB value is (210,80,69). Sum of RGB (Red+Green+Blue) = 210+80+69=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25045 is #2DAFBA. Grayscale: #757575. Windows color (decimal): -2994107 or 4542674. OLE color: 4542674.
HSL color Cylindrical-coordinate representation of color #D25045: hue angle of 4.68º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D25045 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 69 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.18 |
| HSL | 4.68º | 0.61% | 0.55% | - |
| HSV(B) | 4.68º | 0.67% | 0.82% | - |
| XYZ | 30.52 | 19.87 | 7.86 | - |
| YUV | 117.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 69 | 0 | 0.62 | 0.67 | 0.18 | 4.68 | 0.61 | 0.55 |
| Hex | D2 | 50 | 45 | 0 | 3E | 43 | 12 | 5 | 3D | 37 |
| Octal | 322 | 120 | 105 | 0 | 76 | 103 | 22 | 5 | 75 | 67 |
| Binary | 11010010 | 1010000 | 1000101 | 0 | 111110 | 1000011 | 10010 | 101 | 111101 | 110111 |
Color Harmonies of #D25045
Complementary color
Monochromatic Colors of #D25045
Black with #D25045
Text Example
Text Example
White with #D25045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25045; }
p { color: rgb(210,80,69); }
H1.HeaderClassName
{
color: #D25045;
}
.AnyTagClassName
{
color: #D25045;
}
</style>
background-color css
<style>
a { background-color: #D25045; }
a { background-color: rgb(210,80,69); }
div.DivClassName
{
background-color: #D25045;
}
.BgClassName
{
background-color: #D25045;
}
</style>
border-color css
<style>
span { border-color: #D25045; }
span { border-color: rgb(210,80,69); }
td.TdClassName
{
border-color: #D25045;
}
.TagClassName
{
border-color: #D25045;
}
</style>