Shades of Persian Red #C3322E
Tints of Persian Red #C3322E
RGB
CMYK
RGB Variations
Color information
#C3322E (or 0xC3322E) is known color: Persian Red. HEX triplet: C3, 32 and 2E. RGB value is (195,50,46). Sum of RGB (Red+Green+Blue) = 195+50+46=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3322E is #3CCDD1. Grayscale: #5D5D5D. Windows color (decimal): -3984850 or 3027651. OLE color: 3027651.
HSL color Cylindrical-coordinate representation of color #C3322E: hue angle of 1.61º 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 #C3322E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 1.61º | 0.62% | 0.47% | - |
| HSV(B) | 1.61º | 0.76% | 0.76% | - |
| XYZ | 24.14 | 14.08 | 4.03 | - |
| YUV | 92.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 46 | 0 | 0.74 | 0.76 | 0.24 | 1.61 | 0.62 | 0.47 |
| Hex | C3 | 32 | 2E | 0 | 4A | 4C | 18 | 2 | 3E | 2F |
| Octal | 303 | 62 | 56 | 0 | 112 | 114 | 30 | 2 | 76 | 57 |
| Binary | 11000011 | 110010 | 101110 | 0 | 1001010 | 1001100 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C3322E
Complementary color
Monochromatic Colors of #C3322E
Black with #C3322E
Text Example
Text Example
White with #C3322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3322E; }
p { color: rgb(195,50,46); }
H1.HeaderClassName
{
color: #C3322E;
}
.AnyTagClassName
{
color: #C3322E;
}
</style>
background-color css
<style>
a { background-color: #C3322E; }
a { background-color: rgb(195,50,46); }
div.DivClassName
{
background-color: #C3322E;
}
.BgClassName
{
background-color: #C3322E;
}
</style>
border-color css
<style>
span { border-color: #C3322E; }
span { border-color: rgb(195,50,46); }
td.TdClassName
{
border-color: #C3322E;
}
.TagClassName
{
border-color: #C3322E;
}
</style>