Shades of Persian Red #CE302C
Tints of Persian Red #CE302C
RGB
CMYK
RGB Variations
Color information
#CE302C (or 0xCE302C) is known color: Persian Red. HEX triplet: CE, 30 and 2C. RGB value is (206,48,44). Sum of RGB (Red+Green+Blue) = 206+48+44=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE302C is #31CFD3. Grayscale: #5E5E5E. Windows color (decimal): -3264468 or 2896078. OLE color: 2896078.
HSL color Cylindrical-coordinate representation of color #CE302C: hue angle of 1.48º 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 #CE302C is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 44 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.19 |
| HSL | 1.48º | 0.65% | 0.49% | - |
| HSV(B) | 1.48º | 0.79% | 0.81% | - |
| XYZ | 26.97 | 15.42 | 3.94 | - |
| YUV | 94.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 44 | 0 | 0.77 | 0.79 | 0.19 | 1.48 | 0.65 | 0.49 |
| Hex | CE | 30 | 2C | 0 | 4D | 4F | 13 | 1 | 41 | 31 |
| Octal | 316 | 60 | 54 | 0 | 115 | 117 | 23 | 1 | 101 | 61 |
| Binary | 11001110 | 110000 | 101100 | 0 | 1001101 | 1001111 | 10011 | 1 | 1000001 | 110001 |
Color Harmonies of #CE302C
Complementary color
Monochromatic Colors of #CE302C
Black with #CE302C
Text Example
Text Example
White with #CE302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE302C; }
p { color: rgb(206,48,44); }
H1.HeaderClassName
{
color: #CE302C;
}
.AnyTagClassName
{
color: #CE302C;
}
</style>
background-color css
<style>
a { background-color: #CE302C; }
a { background-color: rgb(206,48,44); }
div.DivClassName
{
background-color: #CE302C;
}
.BgClassName
{
background-color: #CE302C;
}
</style>
border-color css
<style>
span { border-color: #CE302C; }
span { border-color: rgb(206,48,44); }
td.TdClassName
{
border-color: #CE302C;
}
.TagClassName
{
border-color: #CE302C;
}
</style>