Shades of Persian Red #CE2F2B
Tints of Persian Red #CE2F2B
RGB
CMYK
RGB Variations
Color information
#CE2F2B (or 0xCE2F2B) is known color: Persian Red. HEX triplet: CE, 2F and 2B. RGB value is (206,47,43). Sum of RGB (Red+Green+Blue) = 206+47+43=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F2B is #31D0D4. Grayscale: #5E5E5E. Windows color (decimal): -3264725 or 2830286. OLE color: 2830286.
HSL color Cylindrical-coordinate representation of color #CE2F2B: hue angle of 1.47º 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 #CE2F2B is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 43 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.19 |
| HSL | 1.47º | 0.65% | 0.49% | - |
| HSV(B) | 1.47º | 0.79% | 0.81% | - |
| XYZ | 26.91 | 15.33 | 3.83 | - |
| YUV | 94.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 43 | 0 | 0.77 | 0.79 | 0.19 | 1.47 | 0.65 | 0.49 |
| Hex | CE | 2F | 2B | 0 | 4D | 4F | 13 | 1 | 41 | 31 |
| Octal | 316 | 57 | 53 | 0 | 115 | 117 | 23 | 1 | 101 | 61 |
| Binary | 11001110 | 101111 | 101011 | 0 | 1001101 | 1001111 | 10011 | 1 | 1000001 | 110001 |
Color Harmonies of #CE2F2B
Complementary color
Monochromatic Colors of #CE2F2B
Black with #CE2F2B
Text Example
Text Example
White with #CE2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F2B; }
p { color: rgb(206,47,43); }
H1.HeaderClassName
{
color: #CE2F2B;
}
.AnyTagClassName
{
color: #CE2F2B;
}
</style>
background-color css
<style>
a { background-color: #CE2F2B; }
a { background-color: rgb(206,47,43); }
div.DivClassName
{
background-color: #CE2F2B;
}
.BgClassName
{
background-color: #CE2F2B;
}
</style>
border-color css
<style>
span { border-color: #CE2F2B; }
span { border-color: rgb(206,47,43); }
td.TdClassName
{
border-color: #CE2F2B;
}
.TagClassName
{
border-color: #CE2F2B;
}
</style>