Shades of Valencia #D54A43
Tints of Valencia #D54A43
RGB
CMYK
RGB Variations
Color information
#D54A43 (or 0xD54A43) is known color: Valencia. HEX triplet: D5, 4A and 43. RGB value is (213,74,67). Sum of RGB (Red+Green+Blue) = 213+74+67=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A43 is #2AB5BC. Grayscale: #727272. Windows color (decimal): -2799037 or 4410069. OLE color: 4410069.
HSL color Cylindrical-coordinate representation of color #D54A43: hue angle of 2.88º 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 #D54A43 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 67 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.16 |
| HSL | 2.88º | 0.63% | 0.55% | - |
| HSV(B) | 2.88º | 0.69% | 0.84% | - |
| XYZ | 30.9 | 19.45 | 7.44 | - |
| YUV | 114.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 67 | 0 | 0.65 | 0.69 | 0.16 | 2.88 | 0.63 | 0.55 |
| Hex | D5 | 4A | 43 | 0 | 41 | 45 | 10 | 3 | 3F | 37 |
| Octal | 325 | 112 | 103 | 0 | 101 | 105 | 20 | 3 | 77 | 67 |
| Binary | 11010101 | 1001010 | 1000011 | 0 | 1000001 | 1000101 | 10000 | 11 | 111111 | 110111 |
Color Harmonies of #D54A43
Complementary color
Monochromatic Colors of #D54A43
Black with #D54A43
Text Example
Text Example
White with #D54A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A43; }
p { color: rgb(213,74,67); }
H1.HeaderClassName
{
color: #D54A43;
}
.AnyTagClassName
{
color: #D54A43;
}
</style>
background-color css
<style>
a { background-color: #D54A43; }
a { background-color: rgb(213,74,67); }
div.DivClassName
{
background-color: #D54A43;
}
.BgClassName
{
background-color: #D54A43;
}
</style>
border-color css
<style>
span { border-color: #D54A43; }
span { border-color: rgb(213,74,67); }
td.TdClassName
{
border-color: #D54A43;
}
.TagClassName
{
border-color: #D54A43;
}
</style>