Shades of Persian Red #CE2521
Tints of Persian Red #CE2521
RGB
CMYK
RGB Variations
Color information
#CE2521 (or 0xCE2521) is known color: Persian Red. HEX triplet: CE, 25 and 21. RGB value is (206,37,33). Sum of RGB (Red+Green+Blue) = 206+37+33=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2521 is #31DADE. Grayscale: #575757. Windows color (decimal): -3267295 or 2172366. OLE color: 2172366.
HSL color Cylindrical-coordinate representation of color #CE2521: hue angle of 1.39º 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 #CE2521 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.19 |
| HSL | 1.39º | 0.72% | 0.47% | - |
| HSV(B) | 1.39º | 0.84% | 0.81% | - |
| XYZ | 26.39 | 14.55 | 2.86 | - |
| YUV | 87.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 33 | 0 | 0.82 | 0.84 | 0.19 | 1.39 | 0.72 | 0.47 |
| Hex | CE | 25 | 21 | 0 | 52 | 54 | 13 | 1 | 48 | 2F |
| Octal | 316 | 45 | 41 | 0 | 122 | 124 | 23 | 1 | 110 | 57 |
| Binary | 11001110 | 100101 | 100001 | 0 | 1010010 | 1010100 | 10011 | 1 | 1001000 | 101111 |
Color Harmonies of #CE2521
Complementary color
Monochromatic Colors of #CE2521
Black with #CE2521
Text Example
Text Example
White with #CE2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2521; }
p { color: rgb(206,37,33); }
H1.HeaderClassName
{
color: #CE2521;
}
.AnyTagClassName
{
color: #CE2521;
}
</style>
background-color css
<style>
a { background-color: #CE2521; }
a { background-color: rgb(206,37,33); }
div.DivClassName
{
background-color: #CE2521;
}
.BgClassName
{
background-color: #CE2521;
}
</style>
border-color css
<style>
span { border-color: #CE2521; }
span { border-color: rgb(206,37,33); }
td.TdClassName
{
border-color: #CE2521;
}
.TagClassName
{
border-color: #CE2521;
}
</style>