Shades of Persian Red #C13E3C
Tints of Persian Red #C13E3C
RGB
CMYK
RGB Variations
Color information
#C13E3C (or 0xC13E3C) is known color: Persian Red. HEX triplet: C1, 3E and 3C. RGB value is (193,62,60). Sum of RGB (Red+Green+Blue) = 193+62+60=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E3C is #3EC1C3. Grayscale: #656565. Windows color (decimal): -4112836 or 3948225. OLE color: 3948225.
HSL color Cylindrical-coordinate representation of color #C13E3C: hue angle of 0.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13E3C is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 60 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.24 |
| HSL | 0.9º | 0.53% | 0.5% | - |
| HSV(B) | 0.9º | 0.69% | 0.76% | - |
| XYZ | 24.53 | 15.11 | 5.9 | - |
| YUV | 100.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 60 | 0 | 0.68 | 0.69 | 0.24 | 0.9 | 0.53 | 0.5 |
| Hex | C1 | 3E | 3C | 0 | 44 | 45 | 18 | 1 | 35 | 32 |
| Octal | 301 | 76 | 74 | 0 | 104 | 105 | 30 | 1 | 65 | 62 |
| Binary | 11000001 | 111110 | 111100 | 0 | 1000100 | 1000101 | 11000 | 1 | 110101 | 110010 |
Color Harmonies of #C13E3C
Complementary color
Monochromatic Colors of #C13E3C
Black with #C13E3C
Text Example
Text Example
White with #C13E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E3C; }
p { color: rgb(193,62,60); }
H1.HeaderClassName
{
color: #C13E3C;
}
.AnyTagClassName
{
color: #C13E3C;
}
</style>
background-color css
<style>
a { background-color: #C13E3C; }
a { background-color: rgb(193,62,60); }
div.DivClassName
{
background-color: #C13E3C;
}
.BgClassName
{
background-color: #C13E3C;
}
</style>
border-color css
<style>
span { border-color: #C13E3C; }
span { border-color: rgb(193,62,60); }
td.TdClassName
{
border-color: #C13E3C;
}
.TagClassName
{
border-color: #C13E3C;
}
</style>