Shades of Persian Red #CE3E2E
Tints of Persian Red #CE3E2E
RGB
CMYK
RGB Variations
Color information
#CE3E2E (or 0xCE3E2E) is known color: Persian Red. HEX triplet: CE, 3E and 2E. RGB value is (206,62,46). Sum of RGB (Red+Green+Blue) = 206+62+46=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E2E is #31C1D1. Grayscale: #676767. Windows color (decimal): -3260882 or 3030734. OLE color: 3030734.
HSL color Cylindrical-coordinate representation of color #CE3E2E: hue angle of 6º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE3E2E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 46 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.19 |
| HSL | 6º | 0.63% | 0.49% | - |
| HSV(B) | 6º | 0.78% | 0.81% | - |
| XYZ | 27.67 | 16.76 | 4.36 | - |
| YUV | 103.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 46 | 0 | 0.70 | 0.78 | 0.19 | 6 | 0.63 | 0.49 |
| Hex | CE | 3E | 2E | 0 | 46 | 4E | 13 | 6 | 3F | 31 |
| Octal | 316 | 76 | 56 | 0 | 106 | 116 | 23 | 6 | 77 | 61 |
| Binary | 11001110 | 111110 | 101110 | 0 | 1000110 | 1001110 | 10011 | 110 | 111111 | 110001 |
Color Harmonies of #CE3E2E
Complementary color
Monochromatic Colors of #CE3E2E
Black with #CE3E2E
Text Example
Text Example
White with #CE3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E2E; }
p { color: rgb(206,62,46); }
H1.HeaderClassName
{
color: #CE3E2E;
}
.AnyTagClassName
{
color: #CE3E2E;
}
</style>
background-color css
<style>
a { background-color: #CE3E2E; }
a { background-color: rgb(206,62,46); }
div.DivClassName
{
background-color: #CE3E2E;
}
.BgClassName
{
background-color: #CE3E2E;
}
</style>
border-color css
<style>
span { border-color: #CE3E2E; }
span { border-color: rgb(206,62,46); }
td.TdClassName
{
border-color: #CE3E2E;
}
.TagClassName
{
border-color: #CE3E2E;
}
</style>