Shades of Persian Red #CE413C
Tints of Persian Red #CE413C
RGB
CMYK
RGB Variations
Color information
#CE413C (or 0xCE413C) is known color: Persian Red. HEX triplet: CE, 41 and 3C. RGB value is (206,65,60). Sum of RGB (Red+Green+Blue) = 206+65+60=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE413C is #31BEC3. Grayscale: #6A6A6A. Windows color (decimal): -3260100 or 3949006. OLE color: 3949006.
HSL color Cylindrical-coordinate representation of color #CE413C: hue angle of 2.05º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE413C is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 60 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.19 |
| HSL | 2.05º | 0.6% | 0.52% | - |
| HSV(B) | 2.05º | 0.71% | 0.81% | - |
| XYZ | 28.16 | 17.23 | 6.12 | - |
| YUV | 106.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 60 | 0 | 0.68 | 0.71 | 0.19 | 2.05 | 0.6 | 0.52 |
| Hex | CE | 41 | 3C | 0 | 44 | 47 | 13 | 2 | 3C | 34 |
| Octal | 316 | 101 | 74 | 0 | 104 | 107 | 23 | 2 | 74 | 64 |
| Binary | 11001110 | 1000001 | 111100 | 0 | 1000100 | 1000111 | 10011 | 10 | 111100 | 110100 |
Color Harmonies of #CE413C
Complementary color
Monochromatic Colors of #CE413C
Black with #CE413C
Text Example
Text Example
White with #CE413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE413C; }
p { color: rgb(206,65,60); }
H1.HeaderClassName
{
color: #CE413C;
}
.AnyTagClassName
{
color: #CE413C;
}
</style>
background-color css
<style>
a { background-color: #CE413C; }
a { background-color: rgb(206,65,60); }
div.DivClassName
{
background-color: #CE413C;
}
.BgClassName
{
background-color: #CE413C;
}
</style>
border-color css
<style>
span { border-color: #CE413C; }
span { border-color: rgb(206,65,60); }
td.TdClassName
{
border-color: #CE413C;
}
.TagClassName
{
border-color: #CE413C;
}
</style>