Shades of Valencia #D55345
Tints of Valencia #D55345
RGB
CMYK
RGB Variations
Color information
#D55345 (or 0xD55345) is known color: Valencia. HEX triplet: D5, 53 and 45. RGB value is (213,83,69). Sum of RGB (Red+Green+Blue) = 213+83+69=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55345 is #2AACBA. Grayscale: #787878. Windows color (decimal): -2796731 or 4543445. OLE color: 4543445.
HSL color Cylindrical-coordinate representation of color #D55345: hue angle of 5.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D55345 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 69 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.16 |
| HSL | 5.83º | 0.63% | 0.55% | - |
| HSV(B) | 5.83º | 0.68% | 0.84% | - |
| XYZ | 31.61 | 20.76 | 7.97 | - |
| YUV | 120.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 69 | 0 | 0.61 | 0.68 | 0.16 | 5.83 | 0.63 | 0.55 |
| Hex | D5 | 53 | 45 | 0 | 3D | 44 | 10 | 6 | 3F | 37 |
| Octal | 325 | 123 | 105 | 0 | 75 | 104 | 20 | 6 | 77 | 67 |
| Binary | 11010101 | 1010011 | 1000101 | 0 | 111101 | 1000100 | 10000 | 110 | 111111 | 110111 |
Color Harmonies of #D55345
Complementary color
Monochromatic Colors of #D55345
Black with #D55345
Text Example
Text Example
White with #D55345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55345; }
p { color: rgb(213,83,69); }
H1.HeaderClassName
{
color: #D55345;
}
.AnyTagClassName
{
color: #D55345;
}
</style>
background-color css
<style>
a { background-color: #D55345; }
a { background-color: rgb(213,83,69); }
div.DivClassName
{
background-color: #D55345;
}
.BgClassName
{
background-color: #D55345;
}
</style>
border-color css
<style>
span { border-color: #D55345; }
span { border-color: rgb(213,83,69); }
td.TdClassName
{
border-color: #D55345;
}
.TagClassName
{
border-color: #D55345;
}
</style>