Shades of Valencia #D75143
Tints of Valencia #D75143
RGB
CMYK
RGB Variations
Color information
#D75143 (or 0xD75143) is known color: Valencia. HEX triplet: D7, 51 and 43. RGB value is (215,81,67). Sum of RGB (Red+Green+Blue) = 215+81+67=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D75143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75143 is #28AEBC. Grayscale: #777777. Windows color (decimal): -2666173 or 4411863. OLE color: 4411863.
HSL color Cylindrical-coordinate representation of color #D75143: hue angle of 5.68º 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 #D75143 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 67 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.16 |
| HSL | 5.68º | 0.65% | 0.55% | - |
| HSV(B) | 5.68º | 0.69% | 0.84% | - |
| XYZ | 31.98 | 20.74 | 7.63 | - |
| YUV | 119.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 67 | 0 | 0.62 | 0.69 | 0.16 | 5.68 | 0.65 | 0.55 |
| Hex | D7 | 51 | 43 | 0 | 3E | 45 | 10 | 6 | 41 | 37 |
| Octal | 327 | 121 | 103 | 0 | 76 | 105 | 20 | 6 | 101 | 67 |
| Binary | 11010111 | 1010001 | 1000011 | 0 | 111110 | 1000101 | 10000 | 110 | 1000001 | 110111 |
Color Harmonies of #D75143
Complementary color
Monochromatic Colors of #D75143
Black with #D75143
Text Example
Text Example
White with #D75143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75143; }
p { color: rgb(215,81,67); }
H1.HeaderClassName
{
color: #D75143;
}
.AnyTagClassName
{
color: #D75143;
}
</style>
background-color css
<style>
a { background-color: #D75143; }
a { background-color: rgb(215,81,67); }
div.DivClassName
{
background-color: #D75143;
}
.BgClassName
{
background-color: #D75143;
}
</style>
border-color css
<style>
span { border-color: #D75143; }
span { border-color: rgb(215,81,67); }
td.TdClassName
{
border-color: #D75143;
}
.TagClassName
{
border-color: #D75143;
}
</style>