Shades of Persian Red #C1332F
Tints of Persian Red #C1332F
RGB
CMYK
RGB Variations
Color information
#C1332F (or 0xC1332F) is known color: Persian Red. HEX triplet: C1, 33 and 2F. RGB value is (193,51,47). Sum of RGB (Red+Green+Blue) = 193+51+47=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1332F is #3ECCD0. Grayscale: #5D5D5D. Windows color (decimal): -4115665 or 3093441. OLE color: 3093441.
HSL color Cylindrical-coordinate representation of color #C1332F: hue angle of 1.64º degrees, saturation: 0.61, 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 #C1332F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 47 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 1.64º | 0.61% | 0.47% | - |
| HSV(B) | 1.64º | 0.76% | 0.76% | - |
| XYZ | 23.69 | 13.91 | 4.13 | - |
| YUV | 93 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 47 | 0 | 0.74 | 0.76 | 0.24 | 1.64 | 0.61 | 0.47 |
| Hex | C1 | 33 | 2F | 0 | 4A | 4C | 18 | 2 | 3D | 2F |
| Octal | 301 | 63 | 57 | 0 | 112 | 114 | 30 | 2 | 75 | 57 |
| Binary | 11000001 | 110011 | 101111 | 0 | 1001010 | 1001100 | 11000 | 10 | 111101 | 101111 |
Color Harmonies of #C1332F
Complementary color
Monochromatic Colors of #C1332F
Black with #C1332F
Text Example
Text Example
White with #C1332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1332F; }
p { color: rgb(193,51,47); }
H1.HeaderClassName
{
color: #C1332F;
}
.AnyTagClassName
{
color: #C1332F;
}
</style>
background-color css
<style>
a { background-color: #C1332F; }
a { background-color: rgb(193,51,47); }
div.DivClassName
{
background-color: #C1332F;
}
.BgClassName
{
background-color: #C1332F;
}
</style>
border-color css
<style>
span { border-color: #C1332F; }
span { border-color: rgb(193,51,47); }
td.TdClassName
{
border-color: #C1332F;
}
.TagClassName
{
border-color: #C1332F;
}
</style>