Shades of Valencia #D44E4B
Tints of Valencia #D44E4B
RGB
CMYK
RGB Variations
Color information
#D44E4B (or 0xD44E4B) is known color: Valencia. HEX triplet: D4, 4E and 4B. RGB value is (212,78,75). Sum of RGB (Red+Green+Blue) = 212+78+75=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E4B is #2BB1B4. Grayscale: #757575. Windows color (decimal): -2863541 or 4935380. OLE color: 4935380.
HSL color Cylindrical-coordinate representation of color #D44E4B: hue angle of 1.31º 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 #D44E4B is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 75 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.17 |
| HSL | 1.31º | 0.61% | 0.56% | - |
| HSV(B) | 1.31º | 0.65% | 0.83% | - |
| XYZ | 31.15 | 19.95 | 8.87 | - |
| YUV | 117.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 75 | 0 | 0.63 | 0.65 | 0.17 | 1.31 | 0.61 | 0.56 |
| Hex | D4 | 4E | 4B | 0 | 3F | 41 | 11 | 1 | 3D | 38 |
| Octal | 324 | 116 | 113 | 0 | 77 | 101 | 21 | 1 | 75 | 70 |
| Binary | 11010100 | 1001110 | 1001011 | 0 | 111111 | 1000001 | 10001 | 1 | 111101 | 111000 |
Color Harmonies of #D44E4B
Complementary color
Monochromatic Colors of #D44E4B
Black with #D44E4B
Text Example
Text Example
White with #D44E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44E4B; }
p { color: rgb(212,78,75); }
H1.HeaderClassName
{
color: #D44E4B;
}
.AnyTagClassName
{
color: #D44E4B;
}
</style>
background-color css
<style>
a { background-color: #D44E4B; }
a { background-color: rgb(212,78,75); }
div.DivClassName
{
background-color: #D44E4B;
}
.BgClassName
{
background-color: #D44E4B;
}
</style>
border-color css
<style>
span { border-color: #D44E4B; }
span { border-color: rgb(212,78,75); }
td.TdClassName
{
border-color: #D44E4B;
}
.TagClassName
{
border-color: #D44E4B;
}
</style>