Shades of Persian Red #CE2C26
Tints of Persian Red #CE2C26
RGB
CMYK
RGB Variations
Color information
#CE2C26 (or 0xCE2C26) is known color: Persian Red. HEX triplet: CE, 2C and 26. RGB value is (206,44,38). Sum of RGB (Red+Green+Blue) = 206+44+38=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2C26 is #31D3D9. Grayscale: #5B5B5B. Windows color (decimal): -3265498 or 2501838. OLE color: 2501838.
HSL color Cylindrical-coordinate representation of color #CE2C26: hue angle of 2.14º 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 #CE2C26 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 38 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.19 |
| HSL | 2.14º | 0.69% | 0.48% | - |
| HSV(B) | 2.14º | 0.82% | 0.81% | - |
| XYZ | 26.7 | 15.06 | 3.33 | - |
| YUV | 91.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 38 | 0 | 0.79 | 0.82 | 0.19 | 2.14 | 0.69 | 0.48 |
| Hex | CE | 2C | 26 | 0 | 4F | 52 | 13 | 2 | 45 | 30 |
| Octal | 316 | 54 | 46 | 0 | 117 | 122 | 23 | 2 | 105 | 60 |
| Binary | 11001110 | 101100 | 100110 | 0 | 1001111 | 1010010 | 10011 | 10 | 1000101 | 110000 |
Color Harmonies of #CE2C26
Complementary color
Monochromatic Colors of #CE2C26
Black with #CE2C26
Text Example
Text Example
White with #CE2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C26; }
p { color: rgb(206,44,38); }
H1.HeaderClassName
{
color: #CE2C26;
}
.AnyTagClassName
{
color: #CE2C26;
}
</style>
background-color css
<style>
a { background-color: #CE2C26; }
a { background-color: rgb(206,44,38); }
div.DivClassName
{
background-color: #CE2C26;
}
.BgClassName
{
background-color: #CE2C26;
}
</style>
border-color css
<style>
span { border-color: #CE2C26; }
span { border-color: rgb(206,44,38); }
td.TdClassName
{
border-color: #CE2C26;
}
.TagClassName
{
border-color: #CE2C26;
}
</style>