Shades of Valencia #D84B43
Tints of Valencia #D84B43
RGB
CMYK
RGB Variations
Color information
#D84B43 (or 0xD84B43) is known color: Valencia. HEX triplet: D8, 4B and 43. RGB value is (216,75,67). Sum of RGB (Red+Green+Blue) = 216+75+67=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B43 is #27B4BC. Grayscale: #747474. Windows color (decimal): -2602173 or 4410328. OLE color: 4410328.
HSL color Cylindrical-coordinate representation of color #D84B43: hue angle of 3.22º 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 #D84B43 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 67 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.15 |
| HSL | 3.22º | 0.66% | 0.55% | - |
| HSV(B) | 3.22º | 0.69% | 0.85% | - |
| XYZ | 31.85 | 20.04 | 7.5 | - |
| YUV | 116.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 67 | 0 | 0.65 | 0.69 | 0.15 | 3.22 | 0.66 | 0.55 |
| Hex | D8 | 4B | 43 | 0 | 41 | 45 | F | 3 | 42 | 37 |
| Octal | 330 | 113 | 103 | 0 | 101 | 105 | 17 | 3 | 102 | 67 |
| Binary | 11011000 | 1001011 | 1000011 | 0 | 1000001 | 1000101 | 1111 | 11 | 1000010 | 110111 |
Color Harmonies of #D84B43
Complementary color
Monochromatic Colors of #D84B43
Black with #D84B43
Text Example
Text Example
White with #D84B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B43; }
p { color: rgb(216,75,67); }
H1.HeaderClassName
{
color: #D84B43;
}
.AnyTagClassName
{
color: #D84B43;
}
</style>
background-color css
<style>
a { background-color: #D84B43; }
a { background-color: rgb(216,75,67); }
div.DivClassName
{
background-color: #D84B43;
}
.BgClassName
{
background-color: #D84B43;
}
</style>
border-color css
<style>
span { border-color: #D84B43; }
span { border-color: rgb(216,75,67); }
td.TdClassName
{
border-color: #D84B43;
}
.TagClassName
{
border-color: #D84B43;
}
</style>