Shades of Persian Red #CE3F3E
Tints of Persian Red #CE3F3E
RGB
CMYK
RGB Variations
Color information
#CE3F3E (or 0xCE3F3E) is known color: Persian Red. HEX triplet: CE, 3F and 3E. RGB value is (206,63,62). Sum of RGB (Red+Green+Blue) = 206+63+62=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F3E is #31C0C1. Grayscale: #696969. Windows color (decimal): -3260610 or 4079566. OLE color: 4079566.
HSL color Cylindrical-coordinate representation of color #CE3F3E: hue angle of 0.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3F3E is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 62 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.19 |
| HSL | 0.42º | 0.6% | 0.53% | - |
| HSV(B) | 0.42º | 0.7% | 0.81% | - |
| XYZ | 28.1 | 17.02 | 6.36 | - |
| YUV | 105.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 62 | 0 | 0.69 | 0.70 | 0.19 | 0.42 | 0.6 | 0.53 |
| Hex | CE | 3F | 3E | 0 | 45 | 46 | 13 | 0 | 3C | 35 |
| Octal | 316 | 77 | 76 | 0 | 105 | 106 | 23 | 0 | 74 | 65 |
| Binary | 11001110 | 111111 | 111110 | 0 | 1000101 | 1000110 | 10011 | 0 | 111100 | 110101 |
Color Harmonies of #CE3F3E
Complementary color
Monochromatic Colors of #CE3F3E
Black with #CE3F3E
Text Example
Text Example
White with #CE3F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F3E; }
p { color: rgb(206,63,62); }
H1.HeaderClassName
{
color: #CE3F3E;
}
.AnyTagClassName
{
color: #CE3F3E;
}
</style>
background-color css
<style>
a { background-color: #CE3F3E; }
a { background-color: rgb(206,63,62); }
div.DivClassName
{
background-color: #CE3F3E;
}
.BgClassName
{
background-color: #CE3F3E;
}
</style>
border-color css
<style>
span { border-color: #CE3F3E; }
span { border-color: rgb(206,63,62); }
td.TdClassName
{
border-color: #CE3F3E;
}
.TagClassName
{
border-color: #CE3F3E;
}
</style>