Shades of Persian Red #C3352E
Tints of Persian Red #C3352E
RGB
CMYK
RGB Variations
Color information
#C3352E (or 0xC3352E) is known color: Persian Red. HEX triplet: C3, 35 and 2E. RGB value is (195,53,46). Sum of RGB (Red+Green+Blue) = 195+53+46=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3352E is #3CCAD1. Grayscale: #5E5E5E. Windows color (decimal): -3984082 or 3028419. OLE color: 3028419.
HSL color Cylindrical-coordinate representation of color #C3352E: hue angle of 2.82º 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 #C3352E is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 46 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.24 |
| HSL | 2.82º | 0.62% | 0.47% | - |
| HSV(B) | 2.82º | 0.76% | 0.76% | - |
| XYZ | 24.27 | 14.35 | 4.07 | - |
| YUV | 94.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 46 | 0 | 0.73 | 0.76 | 0.24 | 2.82 | 0.62 | 0.47 |
| Hex | C3 | 35 | 2E | 0 | 49 | 4C | 18 | 3 | 3E | 2F |
| Octal | 303 | 65 | 56 | 0 | 111 | 114 | 30 | 3 | 76 | 57 |
| Binary | 11000011 | 110101 | 101110 | 0 | 1001001 | 1001100 | 11000 | 11 | 111110 | 101111 |
Color Harmonies of #C3352E
Complementary color
Monochromatic Colors of #C3352E
Black with #C3352E
Text Example
Text Example
White with #C3352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3352E; }
p { color: rgb(195,53,46); }
H1.HeaderClassName
{
color: #C3352E;
}
.AnyTagClassName
{
color: #C3352E;
}
</style>
background-color css
<style>
a { background-color: #C3352E; }
a { background-color: rgb(195,53,46); }
div.DivClassName
{
background-color: #C3352E;
}
.BgClassName
{
background-color: #C3352E;
}
</style>
border-color css
<style>
span { border-color: #C3352E; }
span { border-color: rgb(195,53,46); }
td.TdClassName
{
border-color: #C3352E;
}
.TagClassName
{
border-color: #C3352E;
}
</style>