Shades of Persian Red #CE4136
Tints of Persian Red #CE4136
RGB
CMYK
RGB Variations
Color information
#CE4136 (or 0xCE4136) is known color: Persian Red. HEX triplet: CE, 41 and 36. RGB value is (206,65,54). Sum of RGB (Red+Green+Blue) = 206+65+54=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4136 is #31BEC9. Grayscale: #6A6A6A. Windows color (decimal): -3260106 or 3555790. OLE color: 3555790.
HSL color Cylindrical-coordinate representation of color #CE4136: hue angle of 4.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE4136 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 54 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.19 |
| HSL | 4.34º | 0.61% | 0.51% | - |
| HSV(B) | 4.34º | 0.74% | 0.81% | - |
| XYZ | 28.01 | 17.17 | 5.33 | - |
| YUV | 105.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 54 | 0 | 0.68 | 0.74 | 0.19 | 4.34 | 0.61 | 0.51 |
| Hex | CE | 41 | 36 | 0 | 44 | 4A | 13 | 4 | 3D | 33 |
| Octal | 316 | 101 | 66 | 0 | 104 | 112 | 23 | 4 | 75 | 63 |
| Binary | 11001110 | 1000001 | 110110 | 0 | 1000100 | 1001010 | 10011 | 100 | 111101 | 110011 |
Color Harmonies of #CE4136
Complementary color
Monochromatic Colors of #CE4136
Black with #CE4136
Text Example
Text Example
White with #CE4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4136; }
p { color: rgb(206,65,54); }
H1.HeaderClassName
{
color: #CE4136;
}
.AnyTagClassName
{
color: #CE4136;
}
</style>
background-color css
<style>
a { background-color: #CE4136; }
a { background-color: rgb(206,65,54); }
div.DivClassName
{
background-color: #CE4136;
}
.BgClassName
{
background-color: #CE4136;
}
</style>
border-color css
<style>
span { border-color: #CE4136; }
span { border-color: rgb(206,65,54); }
td.TdClassName
{
border-color: #CE4136;
}
.TagClassName
{
border-color: #CE4136;
}
</style>