Shades of Persian Red #C1332E
Tints of Persian Red #C1332E
RGB
CMYK
RGB Variations
Color information
#C1332E (or 0xC1332E) is known color: Persian Red. HEX triplet: C1, 33 and 2E. RGB value is (193,51,46). Sum of RGB (Red+Green+Blue) = 193+51+46=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1332E is #3ECCD1. Grayscale: #5D5D5D. Windows color (decimal): -4115666 or 3027905. OLE color: 3027905.
HSL color Cylindrical-coordinate representation of color #C1332E: hue angle of 2.04º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1332E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 2.04º | 0.62% | 0.47% | - |
| HSV(B) | 2.04º | 0.76% | 0.76% | - |
| XYZ | 23.67 | 13.9 | 4.02 | - |
| YUV | 92.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 46 | 0 | 0.74 | 0.76 | 0.24 | 2.04 | 0.62 | 0.47 |
| Hex | C1 | 33 | 2E | 0 | 4A | 4C | 18 | 2 | 3E | 2F |
| Octal | 301 | 63 | 56 | 0 | 112 | 114 | 30 | 2 | 76 | 57 |
| Binary | 11000001 | 110011 | 101110 | 0 | 1001010 | 1001100 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C1332E
Complementary color
Monochromatic Colors of #C1332E
Black with #C1332E
Text Example
Text Example
White with #C1332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1332E; }
p { color: rgb(193,51,46); }
H1.HeaderClassName
{
color: #C1332E;
}
.AnyTagClassName
{
color: #C1332E;
}
</style>
background-color css
<style>
a { background-color: #C1332E; }
a { background-color: rgb(193,51,46); }
div.DivClassName
{
background-color: #C1332E;
}
.BgClassName
{
background-color: #C1332E;
}
</style>
border-color css
<style>
span { border-color: #C1332E; }
span { border-color: rgb(193,51,46); }
td.TdClassName
{
border-color: #C1332E;
}
.TagClassName
{
border-color: #C1332E;
}
</style>