Shades of Persian Red #CE3C2B
Tints of Persian Red #CE3C2B
RGB
CMYK
RGB Variations
Color information
#CE3C2B (or 0xCE3C2B) is known color: Persian Red. HEX triplet: CE, 3C and 2B. RGB value is (206,60,43). Sum of RGB (Red+Green+Blue) = 206+60+43=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C2B is #31C3D4. Grayscale: #656565. Windows color (decimal): -3261397 or 2833614. OLE color: 2833614.
HSL color Cylindrical-coordinate representation of color #CE3C2B: hue angle of 6.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE3C2B is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 43 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.19 |
| HSL | 6.26º | 0.65% | 0.49% | - |
| HSV(B) | 6.26º | 0.79% | 0.81% | - |
| XYZ | 27.51 | 16.53 | 4.03 | - |
| YUV | 101.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 43 | 0 | 0.71 | 0.79 | 0.19 | 6.26 | 0.65 | 0.49 |
| Hex | CE | 3C | 2B | 0 | 47 | 4F | 13 | 6 | 41 | 31 |
| Octal | 316 | 74 | 53 | 0 | 107 | 117 | 23 | 6 | 101 | 61 |
| Binary | 11001110 | 111100 | 101011 | 0 | 1000111 | 1001111 | 10011 | 110 | 1000001 | 110001 |
Color Harmonies of #CE3C2B
Complementary color
Monochromatic Colors of #CE3C2B
Black with #CE3C2B
Text Example
Text Example
White with #CE3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C2B; }
p { color: rgb(206,60,43); }
H1.HeaderClassName
{
color: #CE3C2B;
}
.AnyTagClassName
{
color: #CE3C2B;
}
</style>
background-color css
<style>
a { background-color: #CE3C2B; }
a { background-color: rgb(206,60,43); }
div.DivClassName
{
background-color: #CE3C2B;
}
.BgClassName
{
background-color: #CE3C2B;
}
</style>
border-color css
<style>
span { border-color: #CE3C2B; }
span { border-color: rgb(206,60,43); }
td.TdClassName
{
border-color: #CE3C2B;
}
.TagClassName
{
border-color: #CE3C2B;
}
</style>