Shades of Valencia #D54743
Tints of Valencia #D54743
RGB
CMYK
RGB Variations
Color information
#D54743 (or 0xD54743) is known color: Valencia. HEX triplet: D5, 47 and 43. RGB value is (213,71,67). Sum of RGB (Red+Green+Blue) = 213+71+67=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54743 is #2AB8BC. Grayscale: #717171. Windows color (decimal): -2799805 or 4409301. OLE color: 4409301.
HSL color Cylindrical-coordinate representation of color #D54743: hue angle of 1.64º degrees, saturation: 0.63, 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 #D54743 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 67 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.16 |
| HSL | 1.64º | 0.63% | 0.55% | - |
| HSV(B) | 1.64º | 0.69% | 0.84% | - |
| XYZ | 30.71 | 19.06 | 7.37 | - |
| YUV | 113 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 67 | 0 | 0.67 | 0.69 | 0.16 | 1.64 | 0.63 | 0.55 |
| Hex | D5 | 47 | 43 | 0 | 43 | 45 | 10 | 2 | 3F | 37 |
| Octal | 325 | 107 | 103 | 0 | 103 | 105 | 20 | 2 | 77 | 67 |
| Binary | 11010101 | 1000111 | 1000011 | 0 | 1000011 | 1000101 | 10000 | 10 | 111111 | 110111 |
Color Harmonies of #D54743
Complementary color
Monochromatic Colors of #D54743
Black with #D54743
Text Example
Text Example
White with #D54743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54743; }
p { color: rgb(213,71,67); }
H1.HeaderClassName
{
color: #D54743;
}
.AnyTagClassName
{
color: #D54743;
}
</style>
background-color css
<style>
a { background-color: #D54743; }
a { background-color: rgb(213,71,67); }
div.DivClassName
{
background-color: #D54743;
}
.BgClassName
{
background-color: #D54743;
}
</style>
border-color css
<style>
span { border-color: #D54743; }
span { border-color: rgb(213,71,67); }
td.TdClassName
{
border-color: #D54743;
}
.TagClassName
{
border-color: #D54743;
}
</style>