Shades of Persian Red #C3322F
Tints of Persian Red #C3322F
RGB
CMYK
RGB Variations
Color information
#C3322F (or 0xC3322F) is known color: Persian Red. HEX triplet: C3, 32 and 2F. RGB value is (195,50,47). Sum of RGB (Red+Green+Blue) = 195+50+47=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3322F is #3CCDD0. Grayscale: #5D5D5D. Windows color (decimal): -3984849 or 3093187. OLE color: 3093187.
HSL color Cylindrical-coordinate representation of color #C3322F: hue angle of 1.22º 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 #C3322F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 47 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 1.22º | 0.61% | 0.47% | - |
| HSV(B) | 1.22º | 0.76% | 0.76% | - |
| XYZ | 24.16 | 14.09 | 4.14 | - |
| YUV | 93.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 47 | 0 | 0.74 | 0.76 | 0.24 | 1.22 | 0.61 | 0.47 |
| Hex | C3 | 32 | 2F | 0 | 4A | 4C | 18 | 1 | 3D | 2F |
| Octal | 303 | 62 | 57 | 0 | 112 | 114 | 30 | 1 | 75 | 57 |
| Binary | 11000011 | 110010 | 101111 | 0 | 1001010 | 1001100 | 11000 | 1 | 111101 | 101111 |
Color Harmonies of #C3322F
Complementary color
Monochromatic Colors of #C3322F
Black with #C3322F
Text Example
Text Example
White with #C3322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3322F; }
p { color: rgb(195,50,47); }
H1.HeaderClassName
{
color: #C3322F;
}
.AnyTagClassName
{
color: #C3322F;
}
</style>
background-color css
<style>
a { background-color: #C3322F; }
a { background-color: rgb(195,50,47); }
div.DivClassName
{
background-color: #C3322F;
}
.BgClassName
{
background-color: #C3322F;
}
</style>
border-color css
<style>
span { border-color: #C3322F; }
span { border-color: rgb(195,50,47); }
td.TdClassName
{
border-color: #C3322F;
}
.TagClassName
{
border-color: #C3322F;
}
</style>