Shades of Valencia #D74C48
Tints of Valencia #D74C48
RGB
CMYK
RGB Variations
Color information
#D74C48 (or 0xD74C48) is known color: Valencia. HEX triplet: D7, 4C and 48. RGB value is (215,76,72). Sum of RGB (Red+Green+Blue) = 215+76+72=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C48 is #28B3B7. Grayscale: #757575. Windows color (decimal): -2667448 or 4738263. OLE color: 4738263.
HSL color Cylindrical-coordinate representation of color #D74C48: hue angle of 1.68º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74C48 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 72 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.16 |
| HSL | 1.68º | 0.64% | 0.56% | - |
| HSV(B) | 1.68º | 0.67% | 0.84% | - |
| XYZ | 31.78 | 20.08 | 8.33 | - |
| YUV | 117.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 72 | 0 | 0.65 | 0.67 | 0.16 | 1.68 | 0.64 | 0.56 |
| Hex | D7 | 4C | 48 | 0 | 41 | 43 | 10 | 2 | 40 | 38 |
| Octal | 327 | 114 | 110 | 0 | 101 | 103 | 20 | 2 | 100 | 70 |
| Binary | 11010111 | 1001100 | 1001000 | 0 | 1000001 | 1000011 | 10000 | 10 | 1000000 | 111000 |
Color Harmonies of #D74C48
Complementary color
Monochromatic Colors of #D74C48
Black with #D74C48
Text Example
Text Example
White with #D74C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C48; }
p { color: rgb(215,76,72); }
H1.HeaderClassName
{
color: #D74C48;
}
.AnyTagClassName
{
color: #D74C48;
}
</style>
background-color css
<style>
a { background-color: #D74C48; }
a { background-color: rgb(215,76,72); }
div.DivClassName
{
background-color: #D74C48;
}
.BgClassName
{
background-color: #D74C48;
}
</style>
border-color css
<style>
span { border-color: #D74C48; }
span { border-color: rgb(215,76,72); }
td.TdClassName
{
border-color: #D74C48;
}
.TagClassName
{
border-color: #D74C48;
}
</style>