Shades of Persian Red #CE2621
Tints of Persian Red #CE2621
RGB
CMYK
RGB Variations
Color information
#CE2621 (or 0xCE2621) is known color: Persian Red. HEX triplet: CE, 26 and 21. RGB value is (206,38,33). Sum of RGB (Red+Green+Blue) = 206+38+33=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2621 is #31D9DE. Grayscale: #575757. Windows color (decimal): -3267039 or 2172622. OLE color: 2172622.
HSL color Cylindrical-coordinate representation of color #CE2621: hue angle of 1.73º degrees, saturation: 0.72, 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 #CE2621 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.19 |
| HSL | 1.73º | 0.72% | 0.47% | - |
| HSV(B) | 1.73º | 0.84% | 0.81% | - |
| XYZ | 26.42 | 14.62 | 2.87 | - |
| YUV | 87.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 33 | 0 | 0.82 | 0.84 | 0.19 | 1.73 | 0.72 | 0.47 |
| Hex | CE | 26 | 21 | 0 | 52 | 54 | 13 | 2 | 48 | 2F |
| Octal | 316 | 46 | 41 | 0 | 122 | 124 | 23 | 2 | 110 | 57 |
| Binary | 11001110 | 100110 | 100001 | 0 | 1010010 | 1010100 | 10011 | 10 | 1001000 | 101111 |
Color Harmonies of #CE2621
Complementary color
Monochromatic Colors of #CE2621
Black with #CE2621
Text Example
Text Example
White with #CE2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2621; }
p { color: rgb(206,38,33); }
H1.HeaderClassName
{
color: #CE2621;
}
.AnyTagClassName
{
color: #CE2621;
}
</style>
background-color css
<style>
a { background-color: #CE2621; }
a { background-color: rgb(206,38,33); }
div.DivClassName
{
background-color: #CE2621;
}
.BgClassName
{
background-color: #CE2621;
}
</style>
border-color css
<style>
span { border-color: #CE2621; }
span { border-color: rgb(206,38,33); }
td.TdClassName
{
border-color: #CE2621;
}
.TagClassName
{
border-color: #CE2621;
}
</style>