Shades of Cerise #DF275F
Tints of Cerise #DF275F
RGB
CMYK
RGB Variations
Color information
#DF275F (or 0xDF275F) is known color: Cerise. HEX triplet: DF, 27 and 5F. RGB value is (223,39,95). Sum of RGB (Red+Green+Blue) = 223+39+95=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF275F is #20D8A0. Grayscale: #646464. Windows color (decimal): -2152609 or 6236127. OLE color: 6236127.
HSL color Cylindrical-coordinate representation of color #DF275F: hue angle of 341.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF275F is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 95 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 341.74º | 0.74% | 0.51% | - |
| HSV(B) | 341.74º | 0.83% | 0.87% | - |
| XYZ | 33.22 | 17.97 | 12.54 | - |
| YUV | 100.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 95 | 0 | 0.83 | 0.57 | 0.13 | 341.74 | 0.74 | 0.51 |
| Hex | DF | 27 | 5F | 0 | 53 | 39 | D | 156 | 4A | 33 |
| Octal | 337 | 47 | 137 | 0 | 123 | 71 | 15 | 526 | 112 | 63 |
| Binary | 11011111 | 100111 | 1011111 | 0 | 1010011 | 111001 | 1101 | 101010110 | 1001010 | 110011 |
Color Harmonies of #DF275F
Complementary color
Monochromatic Colors of #DF275F
Black with #DF275F
Text Example
Text Example
White with #DF275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF275F; }
p { color: rgb(223,39,95); }
H1.HeaderClassName
{
color: #DF275F;
}
.AnyTagClassName
{
color: #DF275F;
}
</style>
background-color css
<style>
a { background-color: #DF275F; }
a { background-color: rgb(223,39,95); }
div.DivClassName
{
background-color: #DF275F;
}
.BgClassName
{
background-color: #DF275F;
}
</style>
border-color css
<style>
span { border-color: #DF275F; }
span { border-color: rgb(223,39,95); }
td.TdClassName
{
border-color: #DF275F;
}
.TagClassName
{
border-color: #DF275F;
}
</style>