Shades of Valencia #D74F42
Tints of Valencia #D74F42
RGB
CMYK
RGB Variations
Color information
#D74F42 (or 0xD74F42) is known color: Valencia. HEX triplet: D7, 4F and 42. RGB value is (215,79,66). Sum of RGB (Red+Green+Blue) = 215+79+66=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F42 is #28B0BD. Grayscale: #767676. Windows color (decimal): -2666686 or 4345815. OLE color: 4345815.
HSL color Cylindrical-coordinate representation of color #D74F42: hue angle of 5.23º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74F42 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 66 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.16 |
| HSL | 5.23º | 0.65% | 0.55% | - |
| HSV(B) | 5.23º | 0.69% | 0.84% | - |
| XYZ | 31.8 | 20.43 | 7.42 | - |
| YUV | 118.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 66 | 0 | 0.63 | 0.69 | 0.16 | 5.23 | 0.65 | 0.55 |
| Hex | D7 | 4F | 42 | 0 | 3F | 45 | 10 | 5 | 41 | 37 |
| Octal | 327 | 117 | 102 | 0 | 77 | 105 | 20 | 5 | 101 | 67 |
| Binary | 11010111 | 1001111 | 1000010 | 0 | 111111 | 1000101 | 10000 | 101 | 1000001 | 110111 |
Color Harmonies of #D74F42
Complementary color
Monochromatic Colors of #D74F42
Black with #D74F42
Text Example
Text Example
White with #D74F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F42; }
p { color: rgb(215,79,66); }
H1.HeaderClassName
{
color: #D74F42;
}
.AnyTagClassName
{
color: #D74F42;
}
</style>
background-color css
<style>
a { background-color: #D74F42; }
a { background-color: rgb(215,79,66); }
div.DivClassName
{
background-color: #D74F42;
}
.BgClassName
{
background-color: #D74F42;
}
</style>
border-color css
<style>
span { border-color: #D74F42; }
span { border-color: rgb(215,79,66); }
td.TdClassName
{
border-color: #D74F42;
}
.TagClassName
{
border-color: #D74F42;
}
</style>