Shades of Valencia #D45250
Tints of Valencia #D45250
RGB
CMYK
RGB Variations
Color information
#D45250 (or 0xD45250) is known color: Valencia. HEX triplet: D4, 52 and 50. RGB value is (212,82,80). Sum of RGB (Red+Green+Blue) = 212+82+80=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D45250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45250 is #2BADAF. Grayscale: #787878. Windows color (decimal): -2862512 or 5264084. OLE color: 5264084.
HSL color Cylindrical-coordinate representation of color #D45250: hue angle of 0.91º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45250 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 80 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.17 |
| HSL | 0.91º | 0.61% | 0.57% | - |
| HSV(B) | 0.91º | 0.62% | 0.83% | - |
| XYZ | 31.62 | 20.61 | 9.9 | - |
| YUV | 120.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 80 | 0 | 0.61 | 0.62 | 0.17 | 0.91 | 0.61 | 0.57 |
| Hex | D4 | 52 | 50 | 0 | 3D | 3E | 11 | 1 | 3D | 39 |
| Octal | 324 | 122 | 120 | 0 | 75 | 76 | 21 | 1 | 75 | 71 |
| Binary | 11010100 | 1010010 | 1010000 | 0 | 111101 | 111110 | 10001 | 1 | 111101 | 111001 |
Color Harmonies of #D45250
Complementary color
Monochromatic Colors of #D45250
Black with #D45250
Text Example
Text Example
White with #D45250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45250; }
p { color: rgb(212,82,80); }
H1.HeaderClassName
{
color: #D45250;
}
.AnyTagClassName
{
color: #D45250;
}
</style>
background-color css
<style>
a { background-color: #D45250; }
a { background-color: rgb(212,82,80); }
div.DivClassName
{
background-color: #D45250;
}
.BgClassName
{
background-color: #D45250;
}
</style>
border-color css
<style>
span { border-color: #D45250; }
span { border-color: rgb(212,82,80); }
td.TdClassName
{
border-color: #D45250;
}
.TagClassName
{
border-color: #D45250;
}
</style>