Shades of Valencia #D34B44
Tints of Valencia #D34B44
RGB
CMYK
RGB Variations
Color information
#D34B44 (or 0xD34B44) is known color: Valencia. HEX triplet: D3, 4B and 44. RGB value is (211,75,68). Sum of RGB (Red+Green+Blue) = 211+75+68=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34B44 is #2CB4BB. Grayscale: #737373. Windows color (decimal): -2929852 or 4475859. OLE color: 4475859.
HSL color Cylindrical-coordinate representation of color #D34B44: hue angle of 2.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34B44 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 68 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.17 |
| HSL | 2.94º | 0.62% | 0.55% | - |
| HSV(B) | 2.94º | 0.68% | 0.83% | - |
| XYZ | 30.42 | 19.3 | 7.59 | - |
| YUV | 114.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 68 | 0 | 0.64 | 0.68 | 0.17 | 2.94 | 0.62 | 0.55 |
| Hex | D3 | 4B | 44 | 0 | 40 | 44 | 11 | 3 | 3E | 37 |
| Octal | 323 | 113 | 104 | 0 | 100 | 104 | 21 | 3 | 76 | 67 |
| Binary | 11010011 | 1001011 | 1000100 | 0 | 1000000 | 1000100 | 10001 | 11 | 111110 | 110111 |
Color Harmonies of #D34B44
Complementary color
Monochromatic Colors of #D34B44
Black with #D34B44
Text Example
Text Example
White with #D34B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B44; }
p { color: rgb(211,75,68); }
H1.HeaderClassName
{
color: #D34B44;
}
.AnyTagClassName
{
color: #D34B44;
}
</style>
background-color css
<style>
a { background-color: #D34B44; }
a { background-color: rgb(211,75,68); }
div.DivClassName
{
background-color: #D34B44;
}
.BgClassName
{
background-color: #D34B44;
}
</style>
border-color css
<style>
span { border-color: #D34B44; }
span { border-color: rgb(211,75,68); }
td.TdClassName
{
border-color: #D34B44;
}
.TagClassName
{
border-color: #D34B44;
}
</style>