Shades of Cerise #D3245E
Tints of Cerise #D3245E
RGB
CMYK
RGB Variations
Color information
#D3245E (or 0xD3245E) is known color: Cerise. HEX triplet: D3, 24 and 5E. RGB value is (211,36,94). Sum of RGB (Red+Green+Blue) = 211+36+94=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3245E is #2CDBA1. Grayscale: #5E5E5E. Windows color (decimal): -2939810 or 6169811. OLE color: 6169811.
HSL color Cylindrical-coordinate representation of color #D3245E: hue angle of 340.11º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3245E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 94 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.17 |
| HSL | 340.11º | 0.71% | 0.48% | - |
| HSV(B) | 340.11º | 0.83% | 0.83% | - |
| XYZ | 29.52 | 15.92 | 12.11 | - |
| YUV | 94.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 94 | 0 | 0.83 | 0.55 | 0.17 | 340.11 | 0.71 | 0.48 |
| Hex | D3 | 24 | 5E | 0 | 53 | 37 | 11 | 154 | 47 | 30 |
| Octal | 323 | 44 | 136 | 0 | 123 | 67 | 21 | 524 | 107 | 60 |
| Binary | 11010011 | 100100 | 1011110 | 0 | 1010011 | 110111 | 10001 | 101010100 | 1000111 | 110000 |
Color Harmonies of #D3245E
Complementary color
Monochromatic Colors of #D3245E
Black with #D3245E
Text Example
Text Example
White with #D3245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3245E; }
p { color: rgb(211,36,94); }
H1.HeaderClassName
{
color: #D3245E;
}
.AnyTagClassName
{
color: #D3245E;
}
</style>
background-color css
<style>
a { background-color: #D3245E; }
a { background-color: rgb(211,36,94); }
div.DivClassName
{
background-color: #D3245E;
}
.BgClassName
{
background-color: #D3245E;
}
</style>
border-color css
<style>
span { border-color: #D3245E; }
span { border-color: rgb(211,36,94); }
td.TdClassName
{
border-color: #D3245E;
}
.TagClassName
{
border-color: #D3245E;
}
</style>