Shades of Persian Red #CE3A2F
Tints of Persian Red #CE3A2F
RGB
CMYK
RGB Variations
Color information
#CE3A2F (or 0xCE3A2F) is known color: Persian Red. HEX triplet: CE, 3A and 2F. RGB value is (206,58,47). Sum of RGB (Red+Green+Blue) = 206+58+47=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A2F is #31C5D0. Grayscale: #656565. Windows color (decimal): -3261905 or 3095246. OLE color: 3095246.
HSL color Cylindrical-coordinate representation of color #CE3A2F: hue angle of 4.15º 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 #CE3A2F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 47 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.19 |
| HSL | 4.15º | 0.63% | 0.5% | - |
| HSV(B) | 4.15º | 0.77% | 0.81% | - |
| XYZ | 27.48 | 16.35 | 4.4 | - |
| YUV | 101 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 47 | 0 | 0.72 | 0.77 | 0.19 | 4.15 | 0.63 | 0.5 |
| Hex | CE | 3A | 2F | 0 | 48 | 4D | 13 | 4 | 3F | 32 |
| Octal | 316 | 72 | 57 | 0 | 110 | 115 | 23 | 4 | 77 | 62 |
| Binary | 11001110 | 111010 | 101111 | 0 | 1001000 | 1001101 | 10011 | 100 | 111111 | 110010 |
Color Harmonies of #CE3A2F
Complementary color
Monochromatic Colors of #CE3A2F
Black with #CE3A2F
Text Example
Text Example
White with #CE3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A2F; }
p { color: rgb(206,58,47); }
H1.HeaderClassName
{
color: #CE3A2F;
}
.AnyTagClassName
{
color: #CE3A2F;
}
</style>
background-color css
<style>
a { background-color: #CE3A2F; }
a { background-color: rgb(206,58,47); }
div.DivClassName
{
background-color: #CE3A2F;
}
.BgClassName
{
background-color: #CE3A2F;
}
</style>
border-color css
<style>
span { border-color: #CE3A2F; }
span { border-color: rgb(206,58,47); }
td.TdClassName
{
border-color: #CE3A2F;
}
.TagClassName
{
border-color: #CE3A2F;
}
</style>