Shades of Persian Red #CE362B
Tints of Persian Red #CE362B
RGB
CMYK
RGB Variations
Color information
#CE362B (or 0xCE362B) is known color: Persian Red. HEX triplet: CE, 36 and 2B. RGB value is (206,54,43). Sum of RGB (Red+Green+Blue) = 206+54+43=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE362B is #31C9D4. Grayscale: #626262. Windows color (decimal): -3262933 or 2832078. OLE color: 2832078.
HSL color Cylindrical-coordinate representation of color #CE362B: hue angle of 4.05º 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 #CE362B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 43 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.19 |
| HSL | 4.05º | 0.65% | 0.49% | - |
| HSV(B) | 4.05º | 0.79% | 0.81% | - |
| XYZ | 27.21 | 15.93 | 3.93 | - |
| YUV | 98.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 43 | 0 | 0.74 | 0.79 | 0.19 | 4.05 | 0.65 | 0.49 |
| Hex | CE | 36 | 2B | 0 | 4A | 4F | 13 | 4 | 41 | 31 |
| Octal | 316 | 66 | 53 | 0 | 112 | 117 | 23 | 4 | 101 | 61 |
| Binary | 11001110 | 110110 | 101011 | 0 | 1001010 | 1001111 | 10011 | 100 | 1000001 | 110001 |
Color Harmonies of #CE362B
Complementary color
Monochromatic Colors of #CE362B
Black with #CE362B
Text Example
Text Example
White with #CE362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE362B; }
p { color: rgb(206,54,43); }
H1.HeaderClassName
{
color: #CE362B;
}
.AnyTagClassName
{
color: #CE362B;
}
</style>
background-color css
<style>
a { background-color: #CE362B; }
a { background-color: rgb(206,54,43); }
div.DivClassName
{
background-color: #CE362B;
}
.BgClassName
{
background-color: #CE362B;
}
</style>
border-color css
<style>
span { border-color: #CE362B; }
span { border-color: rgb(206,54,43); }
td.TdClassName
{
border-color: #CE362B;
}
.TagClassName
{
border-color: #CE362B;
}
</style>