Shades of Persian Red #CE2523
Tints of Persian Red #CE2523
RGB
CMYK
RGB Variations
Color information
#CE2523 (or 0xCE2523) is known color: Persian Red. HEX triplet: CE, 25 and 23. RGB value is (206,37,35). Sum of RGB (Red+Green+Blue) = 206+37+35=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2523 is #31DADC. Grayscale: #575757. Windows color (decimal): -3267293 or 2303438. OLE color: 2303438.
HSL color Cylindrical-coordinate representation of color #CE2523: hue angle of 0.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2523 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 35 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.19 |
| HSL | 0.7º | 0.71% | 0.47% | - |
| HSV(B) | 0.7º | 0.83% | 0.81% | - |
| XYZ | 26.42 | 14.57 | 3.01 | - |
| YUV | 87.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 35 | 0 | 0.82 | 0.83 | 0.19 | 0.7 | 0.71 | 0.47 |
| Hex | CE | 25 | 23 | 0 | 52 | 53 | 13 | 1 | 47 | 2F |
| Octal | 316 | 45 | 43 | 0 | 122 | 123 | 23 | 1 | 107 | 57 |
| Binary | 11001110 | 100101 | 100011 | 0 | 1010010 | 1010011 | 10011 | 1 | 1000111 | 101111 |
Color Harmonies of #CE2523
Complementary color
Monochromatic Colors of #CE2523
Black with #CE2523
Text Example
Text Example
White with #CE2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2523; }
p { color: rgb(206,37,35); }
H1.HeaderClassName
{
color: #CE2523;
}
.AnyTagClassName
{
color: #CE2523;
}
</style>
background-color css
<style>
a { background-color: #CE2523; }
a { background-color: rgb(206,37,35); }
div.DivClassName
{
background-color: #CE2523;
}
.BgClassName
{
background-color: #CE2523;
}
</style>
border-color css
<style>
span { border-color: #CE2523; }
span { border-color: rgb(206,37,35); }
td.TdClassName
{
border-color: #CE2523;
}
.TagClassName
{
border-color: #CE2523;
}
</style>