Shades of Persian Red #CE403C
Tints of Persian Red #CE403C
RGB
CMYK
RGB Variations
Color information
#CE403C (or 0xCE403C) is known color: Persian Red. HEX triplet: CE, 40 and 3C. RGB value is (206,64,60). Sum of RGB (Red+Green+Blue) = 206+64+60=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE403C is #31BFC3. Grayscale: #6A6A6A. Windows color (decimal): -3260356 or 3948750. OLE color: 3948750.
HSL color Cylindrical-coordinate representation of color #CE403C: hue angle of 1.64º 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 #CE403C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 60 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.19 |
| HSL | 1.64º | 0.6% | 0.52% | - |
| HSV(B) | 1.64º | 0.71% | 0.81% | - |
| XYZ | 28.1 | 17.11 | 6.1 | - |
| YUV | 106 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 60 | 0 | 0.69 | 0.71 | 0.19 | 1.64 | 0.6 | 0.52 |
| Hex | CE | 40 | 3C | 0 | 45 | 47 | 13 | 2 | 3C | 34 |
| Octal | 316 | 100 | 74 | 0 | 105 | 107 | 23 | 2 | 74 | 64 |
| Binary | 11001110 | 1000000 | 111100 | 0 | 1000101 | 1000111 | 10011 | 10 | 111100 | 110100 |
Color Harmonies of #CE403C
Complementary color
Monochromatic Colors of #CE403C
Black with #CE403C
Text Example
Text Example
White with #CE403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE403C; }
p { color: rgb(206,64,60); }
H1.HeaderClassName
{
color: #CE403C;
}
.AnyTagClassName
{
color: #CE403C;
}
</style>
background-color css
<style>
a { background-color: #CE403C; }
a { background-color: rgb(206,64,60); }
div.DivClassName
{
background-color: #CE403C;
}
.BgClassName
{
background-color: #CE403C;
}
</style>
border-color css
<style>
span { border-color: #CE403C; }
span { border-color: rgb(206,64,60); }
td.TdClassName
{
border-color: #CE403C;
}
.TagClassName
{
border-color: #CE403C;
}
</style>