Shades of Persian Red #C3352B
Tints of Persian Red #C3352B
RGB
CMYK
RGB Variations
Color information
#C3352B (or 0xC3352B) is known color: Persian Red. HEX triplet: C3, 35 and 2B. RGB value is (195,53,43). Sum of RGB (Red+Green+Blue) = 195+53+43=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3352B is #3CCAD4. Grayscale: #5E5E5E. Windows color (decimal): -3984085 or 2831811. OLE color: 2831811.
HSL color Cylindrical-coordinate representation of color #C3352B: hue angle of 3.95º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3352B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 43 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.24 |
| HSL | 3.95º | 0.64% | 0.47% | - |
| HSV(B) | 3.95º | 0.78% | 0.76% | - |
| XYZ | 24.21 | 14.32 | 3.77 | - |
| YUV | 94.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 43 | 0 | 0.73 | 0.78 | 0.24 | 3.95 | 0.64 | 0.47 |
| Hex | C3 | 35 | 2B | 0 | 49 | 4E | 18 | 4 | 40 | 2F |
| Octal | 303 | 65 | 53 | 0 | 111 | 116 | 30 | 4 | 100 | 57 |
| Binary | 11000011 | 110101 | 101011 | 0 | 1001001 | 1001110 | 11000 | 100 | 1000000 | 101111 |
Color Harmonies of #C3352B
Complementary color
Monochromatic Colors of #C3352B
Black with #C3352B
Text Example
Text Example
White with #C3352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3352B; }
p { color: rgb(195,53,43); }
H1.HeaderClassName
{
color: #C3352B;
}
.AnyTagClassName
{
color: #C3352B;
}
</style>
background-color css
<style>
a { background-color: #C3352B; }
a { background-color: rgb(195,53,43); }
div.DivClassName
{
background-color: #C3352B;
}
.BgClassName
{
background-color: #C3352B;
}
</style>
border-color css
<style>
span { border-color: #C3352B; }
span { border-color: rgb(195,53,43); }
td.TdClassName
{
border-color: #C3352B;
}
.TagClassName
{
border-color: #C3352B;
}
</style>