Shades of Valencia #D84843
Tints of Valencia #D84843
RGB
CMYK
RGB Variations
Color information
#D84843 (or 0xD84843) is known color: Valencia. HEX triplet: D8, 48 and 43. RGB value is (216,72,67). Sum of RGB (Red+Green+Blue) = 216+72+67=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D84843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84843 is #27B7BC. Grayscale: #727272. Windows color (decimal): -2602941 or 4409560. OLE color: 4409560.
HSL color Cylindrical-coordinate representation of color #D84843: hue angle of 2.01º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84843 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 67 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.15 |
| HSL | 2.01º | 0.66% | 0.55% | - |
| HSV(B) | 2.01º | 0.69% | 0.85% | - |
| XYZ | 31.65 | 19.64 | 7.43 | - |
| YUV | 114.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 67 | 0 | 0.67 | 0.69 | 0.15 | 2.01 | 0.66 | 0.55 |
| Hex | D8 | 48 | 43 | 0 | 43 | 45 | F | 2 | 42 | 37 |
| Octal | 330 | 110 | 103 | 0 | 103 | 105 | 17 | 2 | 102 | 67 |
| Binary | 11011000 | 1001000 | 1000011 | 0 | 1000011 | 1000101 | 1111 | 10 | 1000010 | 110111 |
Color Harmonies of #D84843
Complementary color
Monochromatic Colors of #D84843
Black with #D84843
Text Example
Text Example
White with #D84843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84843; }
p { color: rgb(216,72,67); }
H1.HeaderClassName
{
color: #D84843;
}
.AnyTagClassName
{
color: #D84843;
}
</style>
background-color css
<style>
a { background-color: #D84843; }
a { background-color: rgb(216,72,67); }
div.DivClassName
{
background-color: #D84843;
}
.BgClassName
{
background-color: #D84843;
}
</style>
border-color css
<style>
span { border-color: #D84843; }
span { border-color: rgb(216,72,67); }
td.TdClassName
{
border-color: #D84843;
}
.TagClassName
{
border-color: #D84843;
}
</style>