Shades of Persian Red #CE362F
Tints of Persian Red #CE362F
RGB
CMYK
RGB Variations
Color information
#CE362F (or 0xCE362F) is known color: Persian Red. HEX triplet: CE, 36 and 2F. RGB value is (206,54,47). Sum of RGB (Red+Green+Blue) = 206+54+47=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE362F is #31C9D0. Grayscale: #626262. Windows color (decimal): -3262929 or 3094222. OLE color: 3094222.
HSL color Cylindrical-coordinate representation of color #CE362F: hue angle of 2.64º 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 #CE362F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 47 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.19 |
| HSL | 2.64º | 0.63% | 0.5% | - |
| HSV(B) | 2.64º | 0.77% | 0.81% | - |
| XYZ | 27.29 | 15.97 | 4.33 | - |
| YUV | 98.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 47 | 0 | 0.74 | 0.77 | 0.19 | 2.64 | 0.63 | 0.5 |
| Hex | CE | 36 | 2F | 0 | 4A | 4D | 13 | 3 | 3F | 32 |
| Octal | 316 | 66 | 57 | 0 | 112 | 115 | 23 | 3 | 77 | 62 |
| Binary | 11001110 | 110110 | 101111 | 0 | 1001010 | 1001101 | 10011 | 11 | 111111 | 110010 |
Color Harmonies of #CE362F
Complementary color
Monochromatic Colors of #CE362F
Black with #CE362F
Text Example
Text Example
White with #CE362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE362F; }
p { color: rgb(206,54,47); }
H1.HeaderClassName
{
color: #CE362F;
}
.AnyTagClassName
{
color: #CE362F;
}
</style>
background-color css
<style>
a { background-color: #CE362F; }
a { background-color: rgb(206,54,47); }
div.DivClassName
{
background-color: #CE362F;
}
.BgClassName
{
background-color: #CE362F;
}
</style>
border-color css
<style>
span { border-color: #CE362F; }
span { border-color: rgb(206,54,47); }
td.TdClassName
{
border-color: #CE362F;
}
.TagClassName
{
border-color: #CE362F;
}
</style>