Shades of Persian Red #CE4038
Tints of Persian Red #CE4038
RGB
CMYK
RGB Variations
Color information
#CE4038 (or 0xCE4038) is known color: Persian Red. HEX triplet: CE, 40 and 38. RGB value is (206,64,56). Sum of RGB (Red+Green+Blue) = 206+64+56=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4038 is #31BFC7. Grayscale: #696969. Windows color (decimal): -3260360 or 3686606. OLE color: 3686606.
HSL color Cylindrical-coordinate representation of color #CE4038: hue angle of 3.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE4038 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 56 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.19 |
| HSL | 3.2º | 0.6% | 0.51% | - |
| HSV(B) | 3.2º | 0.73% | 0.81% | - |
| XYZ | 28 | 17.07 | 5.56 | - |
| YUV | 105.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 56 | 0 | 0.69 | 0.73 | 0.19 | 3.2 | 0.6 | 0.51 |
| Hex | CE | 40 | 38 | 0 | 45 | 49 | 13 | 3 | 3C | 33 |
| Octal | 316 | 100 | 70 | 0 | 105 | 111 | 23 | 3 | 74 | 63 |
| Binary | 11001110 | 1000000 | 111000 | 0 | 1000101 | 1001001 | 10011 | 11 | 111100 | 110011 |
Color Harmonies of #CE4038
Complementary color
Monochromatic Colors of #CE4038
Black with #CE4038
Text Example
Text Example
White with #CE4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4038; }
p { color: rgb(206,64,56); }
H1.HeaderClassName
{
color: #CE4038;
}
.AnyTagClassName
{
color: #CE4038;
}
</style>
background-color css
<style>
a { background-color: #CE4038; }
a { background-color: rgb(206,64,56); }
div.DivClassName
{
background-color: #CE4038;
}
.BgClassName
{
background-color: #CE4038;
}
</style>
border-color css
<style>
span { border-color: #CE4038; }
span { border-color: rgb(206,64,56); }
td.TdClassName
{
border-color: #CE4038;
}
.TagClassName
{
border-color: #CE4038;
}
</style>