Shades of Persian Red #CE3B2F
Tints of Persian Red #CE3B2F
RGB
CMYK
RGB Variations
Color information
#CE3B2F (or 0xCE3B2F) is known color: Persian Red. HEX triplet: CE, 3B and 2F. RGB value is (206,59,47). Sum of RGB (Red+Green+Blue) = 206+59+47=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B2F is #31C4D0. Grayscale: #656565. Windows color (decimal): -3261649 or 3095502. OLE color: 3095502.
HSL color Cylindrical-coordinate representation of color #CE3B2F: hue angle of 4.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3B2F is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 47 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.19 |
| HSL | 4.53º | 0.63% | 0.5% | - |
| HSV(B) | 4.53º | 0.77% | 0.81% | - |
| XYZ | 27.53 | 16.45 | 4.41 | - |
| YUV | 101.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 47 | 0 | 0.71 | 0.77 | 0.19 | 4.53 | 0.63 | 0.5 |
| Hex | CE | 3B | 2F | 0 | 47 | 4D | 13 | 5 | 3F | 32 |
| Octal | 316 | 73 | 57 | 0 | 107 | 115 | 23 | 5 | 77 | 62 |
| Binary | 11001110 | 111011 | 101111 | 0 | 1000111 | 1001101 | 10011 | 101 | 111111 | 110010 |
Color Harmonies of #CE3B2F
Complementary color
Monochromatic Colors of #CE3B2F
Black with #CE3B2F
Text Example
Text Example
White with #CE3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B2F; }
p { color: rgb(206,59,47); }
H1.HeaderClassName
{
color: #CE3B2F;
}
.AnyTagClassName
{
color: #CE3B2F;
}
</style>
background-color css
<style>
a { background-color: #CE3B2F; }
a { background-color: rgb(206,59,47); }
div.DivClassName
{
background-color: #CE3B2F;
}
.BgClassName
{
background-color: #CE3B2F;
}
</style>
border-color css
<style>
span { border-color: #CE3B2F; }
span { border-color: rgb(206,59,47); }
td.TdClassName
{
border-color: #CE3B2F;
}
.TagClassName
{
border-color: #CE3B2F;
}
</style>