Shades of Cranberry #D3426F
Tints of Cranberry #D3426F
RGB
CMYK
RGB Variations
Color information
#D3426F (or 0xD3426F) is known color: Cranberry. HEX triplet: D3, 42 and 6F. RGB value is (211,66,111). Sum of RGB (Red+Green+Blue) = 211+66+111=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3426F is #2CBD90. Grayscale: #727272. Windows color (decimal): -2932113 or 7291603. OLE color: 7291603.
HSL color Cylindrical-coordinate representation of color #D3426F: hue angle of 341.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3426F is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 111 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.17 |
| HSL | 341.38º | 0.62% | 0.54% | - |
| HSV(B) | 341.38º | 0.69% | 0.83% | - |
| XYZ | 31.68 | 18.89 | 17.02 | - |
| YUV | 114.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 111 | 0 | 0.69 | 0.47 | 0.17 | 341.38 | 0.62 | 0.54 |
| Hex | D3 | 42 | 6F | 0 | 45 | 2F | 11 | 155 | 3E | 36 |
| Octal | 323 | 102 | 157 | 0 | 105 | 57 | 21 | 525 | 76 | 66 |
| Binary | 11010011 | 1000010 | 1101111 | 0 | 1000101 | 101111 | 10001 | 101010101 | 111110 | 110110 |
Color Harmonies of #D3426F
Complementary color
Monochromatic Colors of #D3426F
Black with #D3426F
Text Example
Text Example
White with #D3426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3426F; }
p { color: rgb(211,66,111); }
H1.HeaderClassName
{
color: #D3426F;
}
.AnyTagClassName
{
color: #D3426F;
}
</style>
background-color css
<style>
a { background-color: #D3426F; }
a { background-color: rgb(211,66,111); }
div.DivClassName
{
background-color: #D3426F;
}
.BgClassName
{
background-color: #D3426F;
}
</style>
border-color css
<style>
span { border-color: #D3426F; }
span { border-color: rgb(211,66,111); }
td.TdClassName
{
border-color: #D3426F;
}
.TagClassName
{
border-color: #D3426F;
}
</style>