Shades of Persian Red #CE3D3A
Tints of Persian Red #CE3D3A
RGB
CMYK
RGB Variations
Color information
#CE3D3A (or 0xCE3D3A) is known color: Persian Red. HEX triplet: CE, 3D and 3A. RGB value is (206,61,58). Sum of RGB (Red+Green+Blue) = 206+61+58=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D3A is #31C2C5. Grayscale: #686868. Windows color (decimal): -3261126 or 3816910. OLE color: 3816910.
HSL color Cylindrical-coordinate representation of color #CE3D3A: hue angle of 1.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3D3A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 58 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.19 |
| HSL | 1.22º | 0.6% | 0.52% | - |
| HSV(B) | 1.22º | 0.72% | 0.81% | - |
| XYZ | 27.89 | 16.76 | 5.77 | - |
| YUV | 104.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 58 | 0 | 0.70 | 0.72 | 0.19 | 1.22 | 0.6 | 0.52 |
| Hex | CE | 3D | 3A | 0 | 46 | 48 | 13 | 1 | 3C | 34 |
| Octal | 316 | 75 | 72 | 0 | 106 | 110 | 23 | 1 | 74 | 64 |
| Binary | 11001110 | 111101 | 111010 | 0 | 1000110 | 1001000 | 10011 | 1 | 111100 | 110100 |
Color Harmonies of #CE3D3A
Complementary color
Monochromatic Colors of #CE3D3A
Black with #CE3D3A
Text Example
Text Example
White with #CE3D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D3A; }
p { color: rgb(206,61,58); }
H1.HeaderClassName
{
color: #CE3D3A;
}
.AnyTagClassName
{
color: #CE3D3A;
}
</style>
background-color css
<style>
a { background-color: #CE3D3A; }
a { background-color: rgb(206,61,58); }
div.DivClassName
{
background-color: #CE3D3A;
}
.BgClassName
{
background-color: #CE3D3A;
}
</style>
border-color css
<style>
span { border-color: #CE3D3A; }
span { border-color: rgb(206,61,58); }
td.TdClassName
{
border-color: #CE3D3A;
}
.TagClassName
{
border-color: #CE3D3A;
}
</style>