Shades of Valencia #D95143
Tints of Valencia #D95143
RGB
CMYK
RGB Variations
Color information
#D95143 (or 0xD95143) is known color: Valencia. HEX triplet: D9, 51 and 43. RGB value is (217,81,67). Sum of RGB (Red+Green+Blue) = 217+81+67=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D95143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95143 is #26AEBC. Grayscale: #787878. Windows color (decimal): -2535101 or 4411865. OLE color: 4411865.
HSL color Cylindrical-coordinate representation of color #D95143: hue angle of 5.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D95143 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 67 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.15 |
| HSL | 5.6º | 0.66% | 0.56% | - |
| HSV(B) | 5.6º | 0.69% | 0.85% | - |
| XYZ | 32.57 | 21.04 | 7.65 | - |
| YUV | 120.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 67 | 0 | 0.63 | 0.69 | 0.15 | 5.6 | 0.66 | 0.56 |
| Hex | D9 | 51 | 43 | 0 | 3F | 45 | F | 6 | 42 | 38 |
| Octal | 331 | 121 | 103 | 0 | 77 | 105 | 17 | 6 | 102 | 70 |
| Binary | 11011001 | 1010001 | 1000011 | 0 | 111111 | 1000101 | 1111 | 110 | 1000010 | 111000 |
Color Harmonies of #D95143
Complementary color
Monochromatic Colors of #D95143
Black with #D95143
Text Example
Text Example
White with #D95143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95143; }
p { color: rgb(217,81,67); }
H1.HeaderClassName
{
color: #D95143;
}
.AnyTagClassName
{
color: #D95143;
}
</style>
background-color css
<style>
a { background-color: #D95143; }
a { background-color: rgb(217,81,67); }
div.DivClassName
{
background-color: #D95143;
}
.BgClassName
{
background-color: #D95143;
}
</style>
border-color css
<style>
span { border-color: #D95143; }
span { border-color: rgb(217,81,67); }
td.TdClassName
{
border-color: #D95143;
}
.TagClassName
{
border-color: #D95143;
}
</style>