Shades of Persian Red #C3352A
Tints of Persian Red #C3352A
RGB
CMYK
RGB Variations
Color information
#C3352A (or 0xC3352A) is known color: Persian Red. HEX triplet: C3, 35 and 2A. RGB value is (195,53,42). Sum of RGB (Red+Green+Blue) = 195+53+42=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3352A is #3CCAD5. Grayscale: #5E5E5E. Windows color (decimal): -3984086 or 2766275. OLE color: 2766275.
HSL color Cylindrical-coordinate representation of color #C3352A: hue angle of 4.31º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3352A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 42 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.24 |
| HSL | 4.31º | 0.65% | 0.46% | - |
| HSV(B) | 4.31º | 0.78% | 0.76% | - |
| XYZ | 24.2 | 14.32 | 3.68 | - |
| YUV | 94.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 42 | 0 | 0.73 | 0.78 | 0.24 | 4.31 | 0.65 | 0.46 |
| Hex | C3 | 35 | 2A | 0 | 49 | 4E | 18 | 4 | 41 | 2E |
| Octal | 303 | 65 | 52 | 0 | 111 | 116 | 30 | 4 | 101 | 56 |
| Binary | 11000011 | 110101 | 101010 | 0 | 1001001 | 1001110 | 11000 | 100 | 1000001 | 101110 |
Color Harmonies of #C3352A
Complementary color
Monochromatic Colors of #C3352A
Black with #C3352A
Text Example
Text Example
White with #C3352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3352A; }
p { color: rgb(195,53,42); }
H1.HeaderClassName
{
color: #C3352A;
}
.AnyTagClassName
{
color: #C3352A;
}
</style>
background-color css
<style>
a { background-color: #C3352A; }
a { background-color: rgb(195,53,42); }
div.DivClassName
{
background-color: #C3352A;
}
.BgClassName
{
background-color: #C3352A;
}
</style>
border-color css
<style>
span { border-color: #C3352A; }
span { border-color: rgb(195,53,42); }
td.TdClassName
{
border-color: #C3352A;
}
.TagClassName
{
border-color: #C3352A;
}
</style>