Shades of Cerise #CF365B
Tints of Cerise #CF365B
RGB
CMYK
RGB Variations
Color information
#CF365B (or 0xCF365B) is known color: Cerise. HEX triplet: CF, 36 and 5B. RGB value is (207,54,91). Sum of RGB (Red+Green+Blue) = 207+54+91=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF365B is #30C9A4. Grayscale: #676767. Windows color (decimal): -3197349 or 5977807. OLE color: 5977807.
HSL color Cylindrical-coordinate representation of color #CF365B: hue angle of 345.49º 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 #CF365B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 91 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.19 |
| HSL | 345.49º | 0.61% | 0.51% | - |
| HSV(B) | 345.49º | 0.74% | 0.81% | - |
| XYZ | 28.94 | 16.66 | 11.59 | - |
| YUV | 103.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 91 | 0 | 0.74 | 0.56 | 0.19 | 345.49 | 0.61 | 0.51 |
| Hex | CF | 36 | 5B | 0 | 4A | 38 | 13 | 159 | 3D | 33 |
| Octal | 317 | 66 | 133 | 0 | 112 | 70 | 23 | 531 | 75 | 63 |
| Binary | 11001111 | 110110 | 1011011 | 0 | 1001010 | 111000 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CF365B
Complementary color
Monochromatic Colors of #CF365B
Black with #CF365B
Text Example
Text Example
White with #CF365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF365B; }
p { color: rgb(207,54,91); }
H1.HeaderClassName
{
color: #CF365B;
}
.AnyTagClassName
{
color: #CF365B;
}
</style>
background-color css
<style>
a { background-color: #CF365B; }
a { background-color: rgb(207,54,91); }
div.DivClassName
{
background-color: #CF365B;
}
.BgClassName
{
background-color: #CF365B;
}
</style>
border-color css
<style>
span { border-color: #CF365B; }
span { border-color: rgb(207,54,91); }
td.TdClassName
{
border-color: #CF365B;
}
.TagClassName
{
border-color: #CF365B;
}
</style>