Shades of Persian Red #CE3F3C
Tints of Persian Red #CE3F3C
RGB
CMYK
RGB Variations
Color information
#CE3F3C (or 0xCE3F3C) is known color: Persian Red. HEX triplet: CE, 3F and 3C. RGB value is (206,63,60). Sum of RGB (Red+Green+Blue) = 206+63+60=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F3C is #31C0C3. Grayscale: #696969. Windows color (decimal): -3260612 or 3948494. OLE color: 3948494.
HSL color Cylindrical-coordinate representation of color #CE3F3C: hue angle of 1.23º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3F3C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 60 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.19 |
| HSL | 1.23º | 0.6% | 0.52% | - |
| HSV(B) | 1.23º | 0.71% | 0.81% | - |
| XYZ | 28.05 | 17 | 6.08 | - |
| YUV | 105.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 60 | 0 | 0.69 | 0.71 | 0.19 | 1.23 | 0.6 | 0.52 |
| Hex | CE | 3F | 3C | 0 | 45 | 47 | 13 | 1 | 3C | 34 |
| Octal | 316 | 77 | 74 | 0 | 105 | 107 | 23 | 1 | 74 | 64 |
| Binary | 11001110 | 111111 | 111100 | 0 | 1000101 | 1000111 | 10011 | 1 | 111100 | 110100 |
Color Harmonies of #CE3F3C
Complementary color
Monochromatic Colors of #CE3F3C
Black with #CE3F3C
Text Example
Text Example
White with #CE3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F3C; }
p { color: rgb(206,63,60); }
H1.HeaderClassName
{
color: #CE3F3C;
}
.AnyTagClassName
{
color: #CE3F3C;
}
</style>
background-color css
<style>
a { background-color: #CE3F3C; }
a { background-color: rgb(206,63,60); }
div.DivClassName
{
background-color: #CE3F3C;
}
.BgClassName
{
background-color: #CE3F3C;
}
</style>
border-color css
<style>
span { border-color: #CE3F3C; }
span { border-color: rgb(206,63,60); }
td.TdClassName
{
border-color: #CE3F3C;
}
.TagClassName
{
border-color: #CE3F3C;
}
</style>