Shades of Valencia #D74F4B
Tints of Valencia #D74F4B
RGB
CMYK
RGB Variations
Color information
#D74F4B (or 0xD74F4B) is known color: Valencia. HEX triplet: D7, 4F and 4B. RGB value is (215,79,75). Sum of RGB (Red+Green+Blue) = 215+79+75=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F4B is #28B0B4. Grayscale: #777777. Windows color (decimal): -2666677 or 4935639. OLE color: 4935639.
HSL color Cylindrical-coordinate representation of color #D74F4B: hue angle of 1.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74F4B is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 75 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.16 |
| HSL | 1.71º | 0.64% | 0.57% | - |
| HSV(B) | 1.71º | 0.65% | 0.84% | - |
| XYZ | 32.09 | 20.55 | 8.93 | - |
| YUV | 119.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 75 | 0 | 0.63 | 0.65 | 0.16 | 1.71 | 0.64 | 0.57 |
| Hex | D7 | 4F | 4B | 0 | 3F | 41 | 10 | 2 | 40 | 39 |
| Octal | 327 | 117 | 113 | 0 | 77 | 101 | 20 | 2 | 100 | 71 |
| Binary | 11010111 | 1001111 | 1001011 | 0 | 111111 | 1000001 | 10000 | 10 | 1000000 | 111001 |
Color Harmonies of #D74F4B
Complementary color
Monochromatic Colors of #D74F4B
Black with #D74F4B
Text Example
Text Example
White with #D74F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F4B; }
p { color: rgb(215,79,75); }
H1.HeaderClassName
{
color: #D74F4B;
}
.AnyTagClassName
{
color: #D74F4B;
}
</style>
background-color css
<style>
a { background-color: #D74F4B; }
a { background-color: rgb(215,79,75); }
div.DivClassName
{
background-color: #D74F4B;
}
.BgClassName
{
background-color: #D74F4B;
}
</style>
border-color css
<style>
span { border-color: #D74F4B; }
span { border-color: rgb(215,79,75); }
td.TdClassName
{
border-color: #D74F4B;
}
.TagClassName
{
border-color: #D74F4B;
}
</style>