Shades of Cranberry #D5437F
Tints of Cranberry #D5437F
RGB
CMYK
RGB Variations
Color information
#D5437F (or 0xD5437F) is known color: Cranberry. HEX triplet: D5, 43 and 7F. RGB value is (213,67,127). Sum of RGB (Red+Green+Blue) = 213+67+127=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5437F is #2ABC80. Grayscale: #757575. Windows color (decimal): -2800769 or 8340437. OLE color: 8340437.
HSL color Cylindrical-coordinate representation of color #D5437F: hue angle of 335.34º 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 #D5437F is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 127 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.16 |
| HSL | 335.34º | 0.63% | 0.55% | - |
| HSV(B) | 335.34º | 0.69% | 0.84% | - |
| XYZ | 33.28 | 19.69 | 22.13 | - |
| YUV | 117.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 127 | 0 | 0.69 | 0.40 | 0.16 | 335.34 | 0.63 | 0.55 |
| Hex | D5 | 43 | 7F | 0 | 45 | 28 | 10 | 14F | 3F | 37 |
| Octal | 325 | 103 | 177 | 0 | 105 | 50 | 20 | 517 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1111111 | 0 | 1000101 | 101000 | 10000 | 101001111 | 111111 | 110111 |
Color Harmonies of #D5437F
Complementary color
Monochromatic Colors of #D5437F
Black with #D5437F
Text Example
Text Example
White with #D5437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5437F; }
p { color: rgb(213,67,127); }
H1.HeaderClassName
{
color: #D5437F;
}
.AnyTagClassName
{
color: #D5437F;
}
</style>
background-color css
<style>
a { background-color: #D5437F; }
a { background-color: rgb(213,67,127); }
div.DivClassName
{
background-color: #D5437F;
}
.BgClassName
{
background-color: #D5437F;
}
</style>
border-color css
<style>
span { border-color: #D5437F; }
span { border-color: rgb(213,67,127); }
td.TdClassName
{
border-color: #D5437F;
}
.TagClassName
{
border-color: #D5437F;
}
</style>