Shades of Persian Red #CE2E2D
Tints of Persian Red #CE2E2D
RGB
CMYK
RGB Variations
Color information
#CE2E2D (or 0xCE2E2D) is known color: Persian Red. HEX triplet: CE, 2E and 2D. RGB value is (206,46,45). Sum of RGB (Red+Green+Blue) = 206+46+45=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E2D is #31D1D2. Grayscale: #5D5D5D. Windows color (decimal): -3264979 or 2961102. OLE color: 2961102.
HSL color Cylindrical-coordinate representation of color #CE2E2D: hue angle of 0.37º degrees, saturation: 0.64, 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 #CE2E2D is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 45 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.19 |
| HSL | 0.37º | 0.64% | 0.49% | - |
| HSV(B) | 0.37º | 0.78% | 0.81% | - |
| XYZ | 26.9 | 15.27 | 4.01 | - |
| YUV | 93.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 45 | 0 | 0.78 | 0.78 | 0.19 | 0.37 | 0.64 | 0.49 |
| Hex | CE | 2E | 2D | 0 | 4E | 4E | 13 | 0 | 40 | 31 |
| Octal | 316 | 56 | 55 | 0 | 116 | 116 | 23 | 0 | 100 | 61 |
| Binary | 11001110 | 101110 | 101101 | 0 | 1001110 | 1001110 | 10011 | 0 | 1000000 | 110001 |
Color Harmonies of #CE2E2D
Complementary color
Monochromatic Colors of #CE2E2D
Black with #CE2E2D
Text Example
Text Example
White with #CE2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E2D; }
p { color: rgb(206,46,45); }
H1.HeaderClassName
{
color: #CE2E2D;
}
.AnyTagClassName
{
color: #CE2E2D;
}
</style>
background-color css
<style>
a { background-color: #CE2E2D; }
a { background-color: rgb(206,46,45); }
div.DivClassName
{
background-color: #CE2E2D;
}
.BgClassName
{
background-color: #CE2E2D;
}
</style>
border-color css
<style>
span { border-color: #CE2E2D; }
span { border-color: rgb(206,46,45); }
td.TdClassName
{
border-color: #CE2E2D;
}
.TagClassName
{
border-color: #CE2E2D;
}
</style>