Shades of Persian Red #CE3626
Tints of Persian Red #CE3626
RGB
CMYK
RGB Variations
Color information
#CE3626 (or 0xCE3626) is known color: Persian Red. HEX triplet: CE, 36 and 26. RGB value is (206,54,38). Sum of RGB (Red+Green+Blue) = 206+54+38=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3626 is #31C9D9. Grayscale: #616161. Windows color (decimal): -3262938 or 2504398. OLE color: 2504398.
HSL color Cylindrical-coordinate representation of color #CE3626: hue angle of 5.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE3626 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 38 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.19 |
| HSL | 5.71º | 0.69% | 0.48% | - |
| HSV(B) | 5.71º | 0.82% | 0.81% | - |
| XYZ | 27.12 | 15.9 | 3.47 | - |
| YUV | 97.62 | 94.36 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 38 | 0 | 0.74 | 0.82 | 0.19 | 5.71 | 0.69 | 0.48 |
| Hex | CE | 36 | 26 | 0 | 4A | 52 | 13 | 6 | 45 | 30 |
| Octal | 316 | 66 | 46 | 0 | 112 | 122 | 23 | 6 | 105 | 60 |
| Binary | 11001110 | 110110 | 100110 | 0 | 1001010 | 1010010 | 10011 | 110 | 1000101 | 110000 |
Color Harmonies of #CE3626
Complementary color
Monochromatic Colors of #CE3626
Black with #CE3626
Text Example
Text Example
White with #CE3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3626; }
p { color: rgb(206,54,38); }
H1.HeaderClassName
{
color: #CE3626;
}
.AnyTagClassName
{
color: #CE3626;
}
</style>
background-color css
<style>
a { background-color: #CE3626; }
a { background-color: rgb(206,54,38); }
div.DivClassName
{
background-color: #CE3626;
}
.BgClassName
{
background-color: #CE3626;
}
</style>
border-color css
<style>
span { border-color: #CE3626; }
span { border-color: rgb(206,54,38); }
td.TdClassName
{
border-color: #CE3626;
}
.TagClassName
{
border-color: #CE3626;
}
</style>