Shades of Valencia #D95544
Tints of Valencia #D95544
RGB
CMYK
RGB Variations
Color information
#D95544 (or 0xD95544) is known color: Valencia. HEX triplet: D9, 55 and 44. RGB value is (217,85,68). Sum of RGB (Red+Green+Blue) = 217+85+68=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95544 is #26AABB. Grayscale: #7A7A7A. Windows color (decimal): -2534076 or 4478425. OLE color: 4478425.
HSL color Cylindrical-coordinate representation of color #D95544: hue angle of 6.85º 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 #D95544 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 68 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.15 |
| HSL | 6.85º | 0.66% | 0.56% | - |
| HSV(B) | 6.85º | 0.69% | 0.85% | - |
| XYZ | 32.91 | 21.67 | 7.92 | - |
| YUV | 122.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 68 | 0 | 0.61 | 0.69 | 0.15 | 6.85 | 0.66 | 0.56 |
| Hex | D9 | 55 | 44 | 0 | 3D | 45 | F | 7 | 42 | 38 |
| Octal | 331 | 125 | 104 | 0 | 75 | 105 | 17 | 7 | 102 | 70 |
| Binary | 11011001 | 1010101 | 1000100 | 0 | 111101 | 1000101 | 1111 | 111 | 1000010 | 111000 |
Color Harmonies of #D95544
Complementary color
Monochromatic Colors of #D95544
Black with #D95544
Text Example
Text Example
White with #D95544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95544; }
p { color: rgb(217,85,68); }
H1.HeaderClassName
{
color: #D95544;
}
.AnyTagClassName
{
color: #D95544;
}
</style>
background-color css
<style>
a { background-color: #D95544; }
a { background-color: rgb(217,85,68); }
div.DivClassName
{
background-color: #D95544;
}
.BgClassName
{
background-color: #D95544;
}
</style>
border-color css
<style>
span { border-color: #D95544; }
span { border-color: rgb(217,85,68); }
td.TdClassName
{
border-color: #D95544;
}
.TagClassName
{
border-color: #D95544;
}
</style>