Shades of Persian Red #CE302E
Tints of Persian Red #CE302E
RGB
CMYK
RGB Variations
Color information
#CE302E (or 0xCE302E) is known color: Persian Red. HEX triplet: CE, 30 and 2E. RGB value is (206,48,46). Sum of RGB (Red+Green+Blue) = 206+48+46=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE302E is #31CFD1. Grayscale: #5F5F5F. Windows color (decimal): -3264466 or 3027150. OLE color: 3027150.
HSL color Cylindrical-coordinate representation of color #CE302E: hue angle of 0.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE302E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 46 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.19 |
| HSL | 0.75º | 0.63% | 0.49% | - |
| HSV(B) | 0.75º | 0.78% | 0.81% | - |
| XYZ | 27 | 15.43 | 4.14 | - |
| YUV | 95.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 46 | 0 | 0.77 | 0.78 | 0.19 | 0.75 | 0.63 | 0.49 |
| Hex | CE | 30 | 2E | 0 | 4D | 4E | 13 | 1 | 3F | 31 |
| Octal | 316 | 60 | 56 | 0 | 115 | 116 | 23 | 1 | 77 | 61 |
| Binary | 11001110 | 110000 | 101110 | 0 | 1001101 | 1001110 | 10011 | 1 | 111111 | 110001 |
Color Harmonies of #CE302E
Complementary color
Monochromatic Colors of #CE302E
Black with #CE302E
Text Example
Text Example
White with #CE302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE302E; }
p { color: rgb(206,48,46); }
H1.HeaderClassName
{
color: #CE302E;
}
.AnyTagClassName
{
color: #CE302E;
}
</style>
background-color css
<style>
a { background-color: #CE302E; }
a { background-color: rgb(206,48,46); }
div.DivClassName
{
background-color: #CE302E;
}
.BgClassName
{
background-color: #CE302E;
}
</style>
border-color css
<style>
span { border-color: #CE302E; }
span { border-color: rgb(206,48,46); }
td.TdClassName
{
border-color: #CE302E;
}
.TagClassName
{
border-color: #CE302E;
}
</style>