Shades of Valencia #D44745
Tints of Valencia #D44745
RGB
CMYK
RGB Variations
Color information
#D44745 (or 0xD44745) is known color: Valencia. HEX triplet: D4, 47 and 45. RGB value is (212,71,69). Sum of RGB (Red+Green+Blue) = 212+71+69=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D44745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44745 is #2BB8BA. Grayscale: #717171. Windows color (decimal): -2865339 or 4540372. OLE color: 4540372.
HSL color Cylindrical-coordinate representation of color #D44745: hue angle of 0.84º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44745 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 69 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.17 |
| HSL | 0.84º | 0.62% | 0.55% | - |
| HSV(B) | 0.84º | 0.67% | 0.83% | - |
| XYZ | 30.48 | 18.93 | 7.68 | - |
| YUV | 112.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 69 | 0 | 0.67 | 0.67 | 0.17 | 0.84 | 0.62 | 0.55 |
| Hex | D4 | 47 | 45 | 0 | 43 | 43 | 11 | 1 | 3E | 37 |
| Octal | 324 | 107 | 105 | 0 | 103 | 103 | 21 | 1 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1000101 | 0 | 1000011 | 1000011 | 10001 | 1 | 111110 | 110111 |
Color Harmonies of #D44745
Complementary color
Monochromatic Colors of #D44745
Black with #D44745
Text Example
Text Example
White with #D44745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44745; }
p { color: rgb(212,71,69); }
H1.HeaderClassName
{
color: #D44745;
}
.AnyTagClassName
{
color: #D44745;
}
</style>
background-color css
<style>
a { background-color: #D44745; }
a { background-color: rgb(212,71,69); }
div.DivClassName
{
background-color: #D44745;
}
.BgClassName
{
background-color: #D44745;
}
</style>
border-color css
<style>
span { border-color: #D44745; }
span { border-color: rgb(212,71,69); }
td.TdClassName
{
border-color: #D44745;
}
.TagClassName
{
border-color: #D44745;
}
</style>