Shades of Valencia #D55144
Tints of Valencia #D55144
RGB
CMYK
RGB Variations
Color information
#D55144 (or 0xD55144) is known color: Valencia. HEX triplet: D5, 51 and 44. RGB value is (213,81,68). Sum of RGB (Red+Green+Blue) = 213+81+68=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D55144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55144 is #2AAEBB. Grayscale: #777777. Windows color (decimal): -2797244 or 4477397. OLE color: 4477397.
HSL color Cylindrical-coordinate representation of color #D55144: hue angle of 5.38º 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 #D55144 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 68 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.16 |
| HSL | 5.38º | 0.63% | 0.55% | - |
| HSV(B) | 5.38º | 0.68% | 0.84% | - |
| XYZ | 31.43 | 20.45 | 7.76 | - |
| YUV | 118.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 68 | 0 | 0.62 | 0.68 | 0.16 | 5.38 | 0.63 | 0.55 |
| Hex | D5 | 51 | 44 | 0 | 3E | 44 | 10 | 5 | 3F | 37 |
| Octal | 325 | 121 | 104 | 0 | 76 | 104 | 20 | 5 | 77 | 67 |
| Binary | 11010101 | 1010001 | 1000100 | 0 | 111110 | 1000100 | 10000 | 101 | 111111 | 110111 |
Color Harmonies of #D55144
Complementary color
Monochromatic Colors of #D55144
Black with #D55144
Text Example
Text Example
White with #D55144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55144; }
p { color: rgb(213,81,68); }
H1.HeaderClassName
{
color: #D55144;
}
.AnyTagClassName
{
color: #D55144;
}
</style>
background-color css
<style>
a { background-color: #D55144; }
a { background-color: rgb(213,81,68); }
div.DivClassName
{
background-color: #D55144;
}
.BgClassName
{
background-color: #D55144;
}
</style>
border-color css
<style>
span { border-color: #D55144; }
span { border-color: rgb(213,81,68); }
td.TdClassName
{
border-color: #D55144;
}
.TagClassName
{
border-color: #D55144;
}
</style>