Shades of Persian Red #CE201F
Tints of Persian Red #CE201F
RGB
CMYK
RGB Variations
Color information
#CE201F (or 0xCE201F) is known color: Persian Red. HEX triplet: CE, 20 and 1F. RGB value is (206,32,31). Sum of RGB (Red+Green+Blue) = 206+32+31=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE201F is #31DFE0. Grayscale: #545454. Windows color (decimal): -3268577 or 2040014. OLE color: 2040014.
HSL color Cylindrical-coordinate representation of color #CE201F: hue angle of 0.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE201F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 31 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.19 |
| HSL | 0.34º | 0.74% | 0.46% | - |
| HSV(B) | 0.34º | 0.85% | 0.81% | - |
| XYZ | 26.22 | 14.25 | 2.67 | - |
| YUV | 83.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 31 | 0 | 0.84 | 0.85 | 0.19 | 0.34 | 0.74 | 0.46 |
| Hex | CE | 20 | 1F | 0 | 54 | 55 | 13 | 0 | 4A | 2E |
| Octal | 316 | 40 | 37 | 0 | 124 | 125 | 23 | 0 | 112 | 56 |
| Binary | 11001110 | 100000 | 11111 | 0 | 1010100 | 1010101 | 10011 | 0 | 1001010 | 101110 |
Color Harmonies of #CE201F
Complementary color
Monochromatic Colors of #CE201F
Black with #CE201F
Text Example
Text Example
White with #CE201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE201F; }
p { color: rgb(206,32,31); }
H1.HeaderClassName
{
color: #CE201F;
}
.AnyTagClassName
{
color: #CE201F;
}
</style>
background-color css
<style>
a { background-color: #CE201F; }
a { background-color: rgb(206,32,31); }
div.DivClassName
{
background-color: #CE201F;
}
.BgClassName
{
background-color: #CE201F;
}
</style>
border-color css
<style>
span { border-color: #CE201F; }
span { border-color: rgb(206,32,31); }
td.TdClassName
{
border-color: #CE201F;
}
.TagClassName
{
border-color: #CE201F;
}
</style>