Shades of Cerise #CD365D
Tints of Cerise #CD365D
RGB
CMYK
RGB Variations
Color information
#CD365D (or 0xCD365D) is known color: Cerise. HEX triplet: CD, 36 and 5D. RGB value is (205,54,93). Sum of RGB (Red+Green+Blue) = 205+54+93=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD365D is #32C9A2. Grayscale: #676767. Windows color (decimal): -3328419 or 6108877. OLE color: 6108877.
HSL color Cylindrical-coordinate representation of color #CD365D: hue angle of 344.5º 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 #CD365D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 93 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.20 |
| HSL | 344.5º | 0.6% | 0.51% | - |
| HSV(B) | 344.5º | 0.74% | 0.8% | - |
| XYZ | 28.47 | 16.41 | 12.02 | - |
| YUV | 103.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 93 | 0 | 0.74 | 0.55 | 0.20 | 344.5 | 0.6 | 0.51 |
| Hex | CD | 36 | 5D | 0 | 4A | 37 | 14 | 159 | 3C | 33 |
| Octal | 315 | 66 | 135 | 0 | 112 | 67 | 24 | 531 | 74 | 63 |
| Binary | 11001101 | 110110 | 1011101 | 0 | 1001010 | 110111 | 10100 | 101011001 | 111100 | 110011 |
Color Harmonies of #CD365D
Complementary color
Monochromatic Colors of #CD365D
Black with #CD365D
Text Example
Text Example
White with #CD365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD365D; }
p { color: rgb(205,54,93); }
H1.HeaderClassName
{
color: #CD365D;
}
.AnyTagClassName
{
color: #CD365D;
}
</style>
background-color css
<style>
a { background-color: #CD365D; }
a { background-color: rgb(205,54,93); }
div.DivClassName
{
background-color: #CD365D;
}
.BgClassName
{
background-color: #CD365D;
}
</style>
border-color css
<style>
span { border-color: #CD365D; }
span { border-color: rgb(205,54,93); }
td.TdClassName
{
border-color: #CD365D;
}
.TagClassName
{
border-color: #CD365D;
}
</style>