Shades of Cerise #CF365E
Tints of Cerise #CF365E
RGB
CMYK
RGB Variations
Color information
#CF365E (or 0xCF365E) is known color: Cerise. HEX triplet: CF, 36 and 5E. RGB value is (207,54,94). Sum of RGB (Red+Green+Blue) = 207+54+94=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF365E is #30C9A1. Grayscale: #686868. Windows color (decimal): -3197346 or 6174415. OLE color: 6174415.
HSL color Cylindrical-coordinate representation of color #CF365E: hue angle of 344.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF365E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 94 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 344.31º | 0.61% | 0.51% | - |
| HSV(B) | 344.31º | 0.74% | 0.81% | - |
| XYZ | 29.07 | 16.71 | 12.28 | - |
| YUV | 104.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 94 | 0 | 0.74 | 0.55 | 0.19 | 344.31 | 0.61 | 0.51 |
| Hex | CF | 36 | 5E | 0 | 4A | 37 | 13 | 158 | 3D | 33 |
| Octal | 317 | 66 | 136 | 0 | 112 | 67 | 23 | 530 | 75 | 63 |
| Binary | 11001111 | 110110 | 1011110 | 0 | 1001010 | 110111 | 10011 | 101011000 | 111101 | 110011 |
Color Harmonies of #CF365E
Complementary color
Monochromatic Colors of #CF365E
Black with #CF365E
Text Example
Text Example
White with #CF365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF365E; }
p { color: rgb(207,54,94); }
H1.HeaderClassName
{
color: #CF365E;
}
.AnyTagClassName
{
color: #CF365E;
}
</style>
background-color css
<style>
a { background-color: #CF365E; }
a { background-color: rgb(207,54,94); }
div.DivClassName
{
background-color: #CF365E;
}
.BgClassName
{
background-color: #CF365E;
}
</style>
border-color css
<style>
span { border-color: #CF365E; }
span { border-color: rgb(207,54,94); }
td.TdClassName
{
border-color: #CF365E;
}
.TagClassName
{
border-color: #CF365E;
}
</style>