Shades of Persian Red #CE3D3D
Tints of Persian Red #CE3D3D
RGB
CMYK
RGB Variations
Color information
#CE3D3D (or 0xCE3D3D) is known color: Persian Red. HEX triplet: CE, 3D and 3D. RGB value is (206,61,61). Sum of RGB (Red+Green+Blue) = 206+61+61=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D3D is #31C2C2. Grayscale: #686868. Windows color (decimal): -3261123 or 4013518. OLE color: 4013518.
HSL color Cylindrical-coordinate representation of color #CE3D3D: hue angle of 0º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D3D is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 61 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.19 |
| HSL | 0º | 0.6% | 0.52% | - |
| HSV(B) | 0º | 0.7% | 0.81% | - |
| XYZ | 27.96 | 16.8 | 6.18 | - |
| YUV | 104.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 61 | 0 | 0.70 | 0.70 | 0.19 | 0 | 0.6 | 0.52 |
| Hex | CE | 3D | 3D | 0 | 46 | 46 | 13 | 0 | 3C | 34 |
| Octal | 316 | 75 | 75 | 0 | 106 | 106 | 23 | 0 | 74 | 64 |
| Binary | 11001110 | 111101 | 111101 | 0 | 1000110 | 1000110 | 10011 | 0 | 111100 | 110100 |
Color Harmonies of #CE3D3D
Complementary color
Monochromatic Colors of #CE3D3D
Black with #CE3D3D
Text Example
Text Example
White with #CE3D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D3D; }
p { color: rgb(206,61,61); }
H1.HeaderClassName
{
color: #CE3D3D;
}
.AnyTagClassName
{
color: #CE3D3D;
}
</style>
background-color css
<style>
a { background-color: #CE3D3D; }
a { background-color: rgb(206,61,61); }
div.DivClassName
{
background-color: #CE3D3D;
}
.BgClassName
{
background-color: #CE3D3D;
}
</style>
border-color css
<style>
span { border-color: #CE3D3D; }
span { border-color: rgb(206,61,61); }
td.TdClassName
{
border-color: #CE3D3D;
}
.TagClassName
{
border-color: #CE3D3D;
}
</style>