Shades of Persian Red #CE403F
Tints of Persian Red #CE403F
RGB
CMYK
RGB Variations
Color information
#CE403F (or 0xCE403F) is known color: Persian Red. HEX triplet: CE, 40 and 3F. RGB value is (206,64,63). Sum of RGB (Red+Green+Blue) = 206+64+63=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE403F is #31BFC0. Grayscale: #6A6A6A. Windows color (decimal): -3260353 or 4145358. OLE color: 4145358.
HSL color Cylindrical-coordinate representation of color #CE403F: hue angle of 0.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE403F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 63 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.19 |
| HSL | 0.42º | 0.59% | 0.53% | - |
| HSV(B) | 0.42º | 0.69% | 0.81% | - |
| XYZ | 28.18 | 17.15 | 6.53 | - |
| YUV | 106.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 63 | 0 | 0.69 | 0.69 | 0.19 | 0.42 | 0.59 | 0.53 |
| Hex | CE | 40 | 3F | 0 | 45 | 45 | 13 | 0 | 3B | 35 |
| Octal | 316 | 100 | 77 | 0 | 105 | 105 | 23 | 0 | 73 | 65 |
| Binary | 11001110 | 1000000 | 111111 | 0 | 1000101 | 1000101 | 10011 | 0 | 111011 | 110101 |
Color Harmonies of #CE403F
Complementary color
Monochromatic Colors of #CE403F
Black with #CE403F
Text Example
Text Example
White with #CE403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE403F; }
p { color: rgb(206,64,63); }
H1.HeaderClassName
{
color: #CE403F;
}
.AnyTagClassName
{
color: #CE403F;
}
</style>
background-color css
<style>
a { background-color: #CE403F; }
a { background-color: rgb(206,64,63); }
div.DivClassName
{
background-color: #CE403F;
}
.BgClassName
{
background-color: #CE403F;
}
</style>
border-color css
<style>
span { border-color: #CE403F; }
span { border-color: rgb(206,64,63); }
td.TdClassName
{
border-color: #CE403F;
}
.TagClassName
{
border-color: #CE403F;
}
</style>