Shades of Cerise #CD365E
Tints of Cerise #CD365E
RGB
CMYK
RGB Variations
Color information
#CD365E (or 0xCD365E) is known color: Cerise. HEX triplet: CD, 36 and 5E. RGB value is (205,54,94). Sum of RGB (Red+Green+Blue) = 205+54+94=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD365E is #32C9A1. Grayscale: #676767. Windows color (decimal): -3328418 or 6174413. OLE color: 6174413.
HSL color Cylindrical-coordinate representation of color #CD365E: hue angle of 344.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD365E is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 94 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.20 |
| HSL | 344.11º | 0.6% | 0.51% | - |
| HSV(B) | 344.11º | 0.74% | 0.8% | - |
| XYZ | 28.52 | 16.43 | 12.26 | - |
| YUV | 103.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 94 | 0 | 0.74 | 0.54 | 0.20 | 344.11 | 0.6 | 0.51 |
| Hex | CD | 36 | 5E | 0 | 4A | 36 | 14 | 158 | 3C | 33 |
| Octal | 315 | 66 | 136 | 0 | 112 | 66 | 24 | 530 | 74 | 63 |
| Binary | 11001101 | 110110 | 1011110 | 0 | 1001010 | 110110 | 10100 | 101011000 | 111100 | 110011 |
Color Harmonies of #CD365E
Complementary color
Monochromatic Colors of #CD365E
Black with #CD365E
Text Example
Text Example
White with #CD365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD365E; }
p { color: rgb(205,54,94); }
H1.HeaderClassName
{
color: #CD365E;
}
.AnyTagClassName
{
color: #CD365E;
}
</style>
background-color css
<style>
a { background-color: #CD365E; }
a { background-color: rgb(205,54,94); }
div.DivClassName
{
background-color: #CD365E;
}
.BgClassName
{
background-color: #CD365E;
}
</style>
border-color css
<style>
span { border-color: #CD365E; }
span { border-color: rgb(205,54,94); }
td.TdClassName
{
border-color: #CD365E;
}
.TagClassName
{
border-color: #CD365E;
}
</style>