Shades of Persian Red #C13A36
Tints of Persian Red #C13A36
RGB
CMYK
RGB Variations
Color information
#C13A36 (or 0xC13A36) is known color: Persian Red. HEX triplet: C1, 3A and 36. RGB value is (193,58,54). Sum of RGB (Red+Green+Blue) = 193+58+54=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A36 is #3EC5C9. Grayscale: #626262. Windows color (decimal): -4113866 or 3553985. OLE color: 3553985.
HSL color Cylindrical-coordinate representation of color #C13A36: hue angle of 1.73º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13A36 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 54 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.24 |
| HSL | 1.73º | 0.56% | 0.48% | - |
| HSV(B) | 1.73º | 0.72% | 0.76% | - |
| XYZ | 24.17 | 14.63 | 5.04 | - |
| YUV | 97.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 54 | 0 | 0.70 | 0.72 | 0.24 | 1.73 | 0.56 | 0.48 |
| Hex | C1 | 3A | 36 | 0 | 46 | 48 | 18 | 2 | 38 | 30 |
| Octal | 301 | 72 | 66 | 0 | 106 | 110 | 30 | 2 | 70 | 60 |
| Binary | 11000001 | 111010 | 110110 | 0 | 1000110 | 1001000 | 11000 | 10 | 111000 | 110000 |
Color Harmonies of #C13A36
Complementary color
Monochromatic Colors of #C13A36
Black with #C13A36
Text Example
Text Example
White with #C13A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A36; }
p { color: rgb(193,58,54); }
H1.HeaderClassName
{
color: #C13A36;
}
.AnyTagClassName
{
color: #C13A36;
}
</style>
background-color css
<style>
a { background-color: #C13A36; }
a { background-color: rgb(193,58,54); }
div.DivClassName
{
background-color: #C13A36;
}
.BgClassName
{
background-color: #C13A36;
}
</style>
border-color css
<style>
span { border-color: #C13A36; }
span { border-color: rgb(193,58,54); }
td.TdClassName
{
border-color: #C13A36;
}
.TagClassName
{
border-color: #C13A36;
}
</style>