Shades of Persian Red #CE2620
Tints of Persian Red #CE2620
RGB
CMYK
RGB Variations
Color information
#CE2620 (or 0xCE2620) is known color: Persian Red. HEX triplet: CE, 26 and 20. RGB value is (206,38,32). Sum of RGB (Red+Green+Blue) = 206+38+32=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2620 is #31D9DF. Grayscale: #575757. Windows color (decimal): -3267040 or 2107086. OLE color: 2107086.
HSL color Cylindrical-coordinate representation of color #CE2620: hue angle of 2.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2620 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 32 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.19 |
| HSL | 2.07º | 0.73% | 0.47% | - |
| HSV(B) | 2.07º | 0.84% | 0.81% | - |
| XYZ | 26.41 | 14.61 | 2.8 | - |
| YUV | 87.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 32 | 0 | 0.82 | 0.84 | 0.19 | 2.07 | 0.73 | 0.47 |
| Hex | CE | 26 | 20 | 0 | 52 | 54 | 13 | 2 | 49 | 2F |
| Octal | 316 | 46 | 40 | 0 | 122 | 124 | 23 | 2 | 111 | 57 |
| Binary | 11001110 | 100110 | 100000 | 0 | 1010010 | 1010100 | 10011 | 10 | 1001001 | 101111 |
Color Harmonies of #CE2620
Complementary color
Monochromatic Colors of #CE2620
Black with #CE2620
Text Example
Text Example
White with #CE2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2620; }
p { color: rgb(206,38,32); }
H1.HeaderClassName
{
color: #CE2620;
}
.AnyTagClassName
{
color: #CE2620;
}
</style>
background-color css
<style>
a { background-color: #CE2620; }
a { background-color: rgb(206,38,32); }
div.DivClassName
{
background-color: #CE2620;
}
.BgClassName
{
background-color: #CE2620;
}
</style>
border-color css
<style>
span { border-color: #CE2620; }
span { border-color: rgb(206,38,32); }
td.TdClassName
{
border-color: #CE2620;
}
.TagClassName
{
border-color: #CE2620;
}
</style>