Shades of Persian Red #CE3726
Tints of Persian Red #CE3726
RGB
CMYK
RGB Variations
Color information
#CE3726 (or 0xCE3726) is known color: Persian Red. HEX triplet: CE, 37 and 26. RGB value is (206,55,38). Sum of RGB (Red+Green+Blue) = 206+55+38=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3726 is #31C8D9. Grayscale: #626262. Windows color (decimal): -3262682 or 2504654. OLE color: 2504654.
HSL color Cylindrical-coordinate representation of color #CE3726: hue angle of 6.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE3726 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 38 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.19 |
| HSL | 6.07º | 0.69% | 0.48% | - |
| HSV(B) | 6.07º | 0.82% | 0.81% | - |
| XYZ | 27.17 | 15.99 | 3.49 | - |
| YUV | 98.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 38 | 0 | 0.73 | 0.82 | 0.19 | 6.07 | 0.69 | 0.48 |
| Hex | CE | 37 | 26 | 0 | 49 | 52 | 13 | 6 | 45 | 30 |
| Octal | 316 | 67 | 46 | 0 | 111 | 122 | 23 | 6 | 105 | 60 |
| Binary | 11001110 | 110111 | 100110 | 0 | 1001001 | 1010010 | 10011 | 110 | 1000101 | 110000 |
Color Harmonies of #CE3726
Complementary color
Monochromatic Colors of #CE3726
Black with #CE3726
Text Example
Text Example
White with #CE3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3726; }
p { color: rgb(206,55,38); }
H1.HeaderClassName
{
color: #CE3726;
}
.AnyTagClassName
{
color: #CE3726;
}
</style>
background-color css
<style>
a { background-color: #CE3726; }
a { background-color: rgb(206,55,38); }
div.DivClassName
{
background-color: #CE3726;
}
.BgClassName
{
background-color: #CE3726;
}
</style>
border-color css
<style>
span { border-color: #CE3726; }
span { border-color: rgb(206,55,38); }
td.TdClassName
{
border-color: #CE3726;
}
.TagClassName
{
border-color: #CE3726;
}
</style>