Shades of Cerise #D1375F
Tints of Cerise #D1375F
RGB
CMYK
RGB Variations
Color information
#D1375F (or 0xD1375F) is known color: Cerise. HEX triplet: D1, 37 and 5F. RGB value is (209,55,95). Sum of RGB (Red+Green+Blue) = 209+55+95=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1375F is #2EC8A0. Grayscale: #696969. Windows color (decimal): -3066017 or 6240209. OLE color: 6240209.
HSL color Cylindrical-coordinate representation of color #D1375F: hue angle of 344.42º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1375F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 95 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.18 |
| HSL | 344.42º | 0.63% | 0.52% | - |
| HSV(B) | 344.42º | 0.74% | 0.82% | - |
| XYZ | 29.73 | 17.11 | 12.56 | - |
| YUV | 105.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 95 | 0 | 0.74 | 0.55 | 0.18 | 344.42 | 0.63 | 0.52 |
| Hex | D1 | 37 | 5F | 0 | 4A | 37 | 12 | 158 | 3F | 34 |
| Octal | 321 | 67 | 137 | 0 | 112 | 67 | 22 | 530 | 77 | 64 |
| Binary | 11010001 | 110111 | 1011111 | 0 | 1001010 | 110111 | 10010 | 101011000 | 111111 | 110100 |
Color Harmonies of #D1375F
Complementary color
Monochromatic Colors of #D1375F
Black with #D1375F
Text Example
Text Example
White with #D1375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1375F; }
p { color: rgb(209,55,95); }
H1.HeaderClassName
{
color: #D1375F;
}
.AnyTagClassName
{
color: #D1375F;
}
</style>
background-color css
<style>
a { background-color: #D1375F; }
a { background-color: rgb(209,55,95); }
div.DivClassName
{
background-color: #D1375F;
}
.BgClassName
{
background-color: #D1375F;
}
</style>
border-color css
<style>
span { border-color: #D1375F; }
span { border-color: rgb(209,55,95); }
td.TdClassName
{
border-color: #D1375F;
}
.TagClassName
{
border-color: #D1375F;
}
</style>