Shades of Persian Red #CE352F
Tints of Persian Red #CE352F
RGB
CMYK
RGB Variations
Color information
#CE352F (or 0xCE352F) is known color: Persian Red. HEX triplet: CE, 35 and 2F. RGB value is (206,53,47). Sum of RGB (Red+Green+Blue) = 206+53+47=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352F is #31CAD0. Grayscale: #626262. Windows color (decimal): -3263185 or 3093966. OLE color: 3093966.
HSL color Cylindrical-coordinate representation of color #CE352F: hue angle of 2.26º 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 #CE352F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 47 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.19 |
| HSL | 2.26º | 0.63% | 0.5% | - |
| HSV(B) | 2.26º | 0.77% | 0.81% | - |
| XYZ | 27.24 | 15.87 | 4.32 | - |
| YUV | 98.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 47 | 0 | 0.74 | 0.77 | 0.19 | 2.26 | 0.63 | 0.5 |
| Hex | CE | 35 | 2F | 0 | 4A | 4D | 13 | 2 | 3F | 32 |
| Octal | 316 | 65 | 57 | 0 | 112 | 115 | 23 | 2 | 77 | 62 |
| Binary | 11001110 | 110101 | 101111 | 0 | 1001010 | 1001101 | 10011 | 10 | 111111 | 110010 |
Color Harmonies of #CE352F
Complementary color
Monochromatic Colors of #CE352F
Black with #CE352F
Text Example
Text Example
White with #CE352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE352F; }
p { color: rgb(206,53,47); }
H1.HeaderClassName
{
color: #CE352F;
}
.AnyTagClassName
{
color: #CE352F;
}
</style>
background-color css
<style>
a { background-color: #CE352F; }
a { background-color: rgb(206,53,47); }
div.DivClassName
{
background-color: #CE352F;
}
.BgClassName
{
background-color: #CE352F;
}
</style>
border-color css
<style>
span { border-color: #CE352F; }
span { border-color: rgb(206,53,47); }
td.TdClassName
{
border-color: #CE352F;
}
.TagClassName
{
border-color: #CE352F;
}
</style>