Shades of Persian Red #CE413D
Tints of Persian Red #CE413D
RGB
CMYK
RGB Variations
Color information
#CE413D (or 0xCE413D) is known color: Persian Red. HEX triplet: CE, 41 and 3D. RGB value is (206,65,61). Sum of RGB (Red+Green+Blue) = 206+65+61=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE413D is #31BEC2. Grayscale: #6A6A6A. Windows color (decimal): -3260099 or 4014542. OLE color: 4014542.
HSL color Cylindrical-coordinate representation of color #CE413D: hue angle of 1.66º 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 #CE413D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 61 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.19 |
| HSL | 1.66º | 0.6% | 0.52% | - |
| HSV(B) | 1.66º | 0.7% | 0.81% | - |
| XYZ | 28.19 | 17.24 | 6.26 | - |
| YUV | 106.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 61 | 0 | 0.68 | 0.70 | 0.19 | 1.66 | 0.6 | 0.52 |
| Hex | CE | 41 | 3D | 0 | 44 | 46 | 13 | 2 | 3C | 34 |
| Octal | 316 | 101 | 75 | 0 | 104 | 106 | 23 | 2 | 74 | 64 |
| Binary | 11001110 | 1000001 | 111101 | 0 | 1000100 | 1000110 | 10011 | 10 | 111100 | 110100 |
Color Harmonies of #CE413D
Complementary color
Monochromatic Colors of #CE413D
Black with #CE413D
Text Example
Text Example
White with #CE413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE413D; }
p { color: rgb(206,65,61); }
H1.HeaderClassName
{
color: #CE413D;
}
.AnyTagClassName
{
color: #CE413D;
}
</style>
background-color css
<style>
a { background-color: #CE413D; }
a { background-color: rgb(206,65,61); }
div.DivClassName
{
background-color: #CE413D;
}
.BgClassName
{
background-color: #CE413D;
}
</style>
border-color css
<style>
span { border-color: #CE413D; }
span { border-color: rgb(206,65,61); }
td.TdClassName
{
border-color: #CE413D;
}
.TagClassName
{
border-color: #CE413D;
}
</style>