Shades of Cerise #D7245B
Tints of Cerise #D7245B
RGB
CMYK
RGB Variations
Color information
#D7245B (or 0xD7245B) is known color: Cerise. HEX triplet: D7, 24 and 5B. RGB value is (215,36,91). Sum of RGB (Red+Green+Blue) = 215+36+91=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7245B is #28DBA4. Grayscale: #5F5F5F. Windows color (decimal): -2677669 or 5973207. OLE color: 5973207.
HSL color Cylindrical-coordinate representation of color #D7245B: hue angle of 341.56º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7245B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 91 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.16 |
| HSL | 341.56º | 0.71% | 0.49% | - |
| HSV(B) | 341.56º | 0.83% | 0.84% | - |
| XYZ | 30.54 | 16.46 | 11.47 | - |
| YUV | 95.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 91 | 0 | 0.83 | 0.58 | 0.16 | 341.56 | 0.71 | 0.49 |
| Hex | D7 | 24 | 5B | 0 | 53 | 3A | 10 | 156 | 47 | 31 |
| Octal | 327 | 44 | 133 | 0 | 123 | 72 | 20 | 526 | 107 | 61 |
| Binary | 11010111 | 100100 | 1011011 | 0 | 1010011 | 111010 | 10000 | 101010110 | 1000111 | 110001 |
Color Harmonies of #D7245B
Complementary color
Monochromatic Colors of #D7245B
Black with #D7245B
Text Example
Text Example
White with #D7245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7245B; }
p { color: rgb(215,36,91); }
H1.HeaderClassName
{
color: #D7245B;
}
.AnyTagClassName
{
color: #D7245B;
}
</style>
background-color css
<style>
a { background-color: #D7245B; }
a { background-color: rgb(215,36,91); }
div.DivClassName
{
background-color: #D7245B;
}
.BgClassName
{
background-color: #D7245B;
}
</style>
border-color css
<style>
span { border-color: #D7245B; }
span { border-color: rgb(215,36,91); }
td.TdClassName
{
border-color: #D7245B;
}
.TagClassName
{
border-color: #D7245B;
}
</style>