Shades of Persian Red #CE3C2D
Tints of Persian Red #CE3C2D
RGB
CMYK
RGB Variations
Color information
#CE3C2D (or 0xCE3C2D) is known color: Persian Red. HEX triplet: CE, 3C and 2D. RGB value is (206,60,45). Sum of RGB (Red+Green+Blue) = 206+60+45=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C2D is #31C3D2. Grayscale: #666666. Windows color (decimal): -3261395 or 2964686. OLE color: 2964686.
HSL color Cylindrical-coordinate representation of color #CE3C2D: hue angle of 5.59º 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 #CE3C2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.19 |
| HSL | 5.59º | 0.64% | 0.49% | - |
| HSV(B) | 5.59º | 0.78% | 0.81% | - |
| XYZ | 27.54 | 16.54 | 4.22 | - |
| YUV | 101.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 45 | 0 | 0.71 | 0.78 | 0.19 | 5.59 | 0.64 | 0.49 |
| Hex | CE | 3C | 2D | 0 | 47 | 4E | 13 | 6 | 40 | 31 |
| Octal | 316 | 74 | 55 | 0 | 107 | 116 | 23 | 6 | 100 | 61 |
| Binary | 11001110 | 111100 | 101101 | 0 | 1000111 | 1001110 | 10011 | 110 | 1000000 | 110001 |
Color Harmonies of #CE3C2D
Complementary color
Monochromatic Colors of #CE3C2D
Black with #CE3C2D
Text Example
Text Example
White with #CE3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C2D; }
p { color: rgb(206,60,45); }
H1.HeaderClassName
{
color: #CE3C2D;
}
.AnyTagClassName
{
color: #CE3C2D;
}
</style>
background-color css
<style>
a { background-color: #CE3C2D; }
a { background-color: rgb(206,60,45); }
div.DivClassName
{
background-color: #CE3C2D;
}
.BgClassName
{
background-color: #CE3C2D;
}
</style>
border-color css
<style>
span { border-color: #CE3C2D; }
span { border-color: rgb(206,60,45); }
td.TdClassName
{
border-color: #CE3C2D;
}
.TagClassName
{
border-color: #CE3C2D;
}
</style>