Shades of Persian Red #CE312B
Tints of Persian Red #CE312B
RGB
CMYK
RGB Variations
Color information
#CE312B (or 0xCE312B) is known color: Persian Red. HEX triplet: CE, 31 and 2B. RGB value is (206,49,43). Sum of RGB (Red+Green+Blue) = 206+49+43=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE312B is #31CED4. Grayscale: #5F5F5F. Windows color (decimal): -3264213 or 2830798. OLE color: 2830798.
HSL color Cylindrical-coordinate representation of color #CE312B: hue angle of 2.21º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE312B is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 43 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.19 |
| HSL | 2.21º | 0.65% | 0.49% | - |
| HSV(B) | 2.21º | 0.79% | 0.81% | - |
| XYZ | 26.99 | 15.49 | 3.85 | - |
| YUV | 95.26 | 98.51 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 43 | 0 | 0.76 | 0.79 | 0.19 | 2.21 | 0.65 | 0.49 |
| Hex | CE | 31 | 2B | 0 | 4C | 4F | 13 | 2 | 41 | 31 |
| Octal | 316 | 61 | 53 | 0 | 114 | 117 | 23 | 2 | 101 | 61 |
| Binary | 11001110 | 110001 | 101011 | 0 | 1001100 | 1001111 | 10011 | 10 | 1000001 | 110001 |
Color Harmonies of #CE312B
Complementary color
Monochromatic Colors of #CE312B
Black with #CE312B
Text Example
Text Example
White with #CE312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE312B; }
p { color: rgb(206,49,43); }
H1.HeaderClassName
{
color: #CE312B;
}
.AnyTagClassName
{
color: #CE312B;
}
</style>
background-color css
<style>
a { background-color: #CE312B; }
a { background-color: rgb(206,49,43); }
div.DivClassName
{
background-color: #CE312B;
}
.BgClassName
{
background-color: #CE312B;
}
</style>
border-color css
<style>
span { border-color: #CE312B; }
span { border-color: rgb(206,49,43); }
td.TdClassName
{
border-color: #CE312B;
}
.TagClassName
{
border-color: #CE312B;
}
</style>