Shades of Valencia #D34C4A
Tints of Valencia #D34C4A
RGB
CMYK
RGB Variations
Color information
#D34C4A (or 0xD34C4A) is known color: Valencia. HEX triplet: D3, 4C and 4A. RGB value is (211,76,74). Sum of RGB (Red+Green+Blue) = 211+76+74=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C4A is #2CB3B5. Grayscale: #747474. Windows color (decimal): -2929590 or 4869331. OLE color: 4869331.
HSL color Cylindrical-coordinate representation of color #D34C4A: hue angle of 0.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34C4A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 74 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.17 |
| HSL | 0.88º | 0.61% | 0.56% | - |
| HSV(B) | 0.88º | 0.65% | 0.83% | - |
| XYZ | 30.68 | 19.51 | 8.63 | - |
| YUV | 116.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 74 | 0 | 0.64 | 0.65 | 0.17 | 0.88 | 0.61 | 0.56 |
| Hex | D3 | 4C | 4A | 0 | 40 | 41 | 11 | 1 | 3D | 38 |
| Octal | 323 | 114 | 112 | 0 | 100 | 101 | 21 | 1 | 75 | 70 |
| Binary | 11010011 | 1001100 | 1001010 | 0 | 1000000 | 1000001 | 10001 | 1 | 111101 | 111000 |
Color Harmonies of #D34C4A
Complementary color
Monochromatic Colors of #D34C4A
Black with #D34C4A
Text Example
Text Example
White with #D34C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34C4A; }
p { color: rgb(211,76,74); }
H1.HeaderClassName
{
color: #D34C4A;
}
.AnyTagClassName
{
color: #D34C4A;
}
</style>
background-color css
<style>
a { background-color: #D34C4A; }
a { background-color: rgb(211,76,74); }
div.DivClassName
{
background-color: #D34C4A;
}
.BgClassName
{
background-color: #D34C4A;
}
</style>
border-color css
<style>
span { border-color: #D34C4A; }
span { border-color: rgb(211,76,74); }
td.TdClassName
{
border-color: #D34C4A;
}
.TagClassName
{
border-color: #D34C4A;
}
</style>