Shades of Persian Red #CE3A2D
Tints of Persian Red #CE3A2D
RGB
CMYK
RGB Variations
Color information
#CE3A2D (or 0xCE3A2D) is known color: Persian Red. HEX triplet: CE, 3A and 2D. RGB value is (206,58,45). Sum of RGB (Red+Green+Blue) = 206+58+45=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A2D is #31C5D2. Grayscale: #646464. Windows color (decimal): -3261907 or 2964174. OLE color: 2964174.
HSL color Cylindrical-coordinate representation of color #CE3A2D: hue angle of 4.84º 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 #CE3A2D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 45 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.19 |
| HSL | 4.84º | 0.64% | 0.49% | - |
| HSV(B) | 4.84º | 0.78% | 0.81% | - |
| XYZ | 27.44 | 16.34 | 4.19 | - |
| YUV | 100.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 45 | 0 | 0.72 | 0.78 | 0.19 | 4.84 | 0.64 | 0.49 |
| Hex | CE | 3A | 2D | 0 | 48 | 4E | 13 | 5 | 40 | 31 |
| Octal | 316 | 72 | 55 | 0 | 110 | 116 | 23 | 5 | 100 | 61 |
| Binary | 11001110 | 111010 | 101101 | 0 | 1001000 | 1001110 | 10011 | 101 | 1000000 | 110001 |
Color Harmonies of #CE3A2D
Complementary color
Monochromatic Colors of #CE3A2D
Black with #CE3A2D
Text Example
Text Example
White with #CE3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A2D; }
p { color: rgb(206,58,45); }
H1.HeaderClassName
{
color: #CE3A2D;
}
.AnyTagClassName
{
color: #CE3A2D;
}
</style>
background-color css
<style>
a { background-color: #CE3A2D; }
a { background-color: rgb(206,58,45); }
div.DivClassName
{
background-color: #CE3A2D;
}
.BgClassName
{
background-color: #CE3A2D;
}
</style>
border-color css
<style>
span { border-color: #CE3A2D; }
span { border-color: rgb(206,58,45); }
td.TdClassName
{
border-color: #CE3A2D;
}
.TagClassName
{
border-color: #CE3A2D;
}
</style>