Shades of Persian Red #C3332E
Tints of Persian Red #C3332E
RGB
CMYK
RGB Variations
Color information
#C3332E (or 0xC3332E) is known color: Persian Red. HEX triplet: C3, 33 and 2E. RGB value is (195,51,46). Sum of RGB (Red+Green+Blue) = 195+51+46=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3332E is #3CCCD1. Grayscale: #5D5D5D. Windows color (decimal): -3984594 or 3027907. OLE color: 3027907.
HSL color Cylindrical-coordinate representation of color #C3332E: hue angle of 2.01º 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 #C3332E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 2.01º | 0.62% | 0.47% | - |
| HSV(B) | 2.01º | 0.76% | 0.76% | - |
| XYZ | 24.18 | 14.17 | 4.04 | - |
| YUV | 93.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 46 | 0 | 0.74 | 0.76 | 0.24 | 2.01 | 0.62 | 0.47 |
| Hex | C3 | 33 | 2E | 0 | 4A | 4C | 18 | 2 | 3E | 2F |
| Octal | 303 | 63 | 56 | 0 | 112 | 114 | 30 | 2 | 76 | 57 |
| Binary | 11000011 | 110011 | 101110 | 0 | 1001010 | 1001100 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C3332E
Complementary color
Monochromatic Colors of #C3332E
Black with #C3332E
Text Example
Text Example
White with #C3332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3332E; }
p { color: rgb(195,51,46); }
H1.HeaderClassName
{
color: #C3332E;
}
.AnyTagClassName
{
color: #C3332E;
}
</style>
background-color css
<style>
a { background-color: #C3332E; }
a { background-color: rgb(195,51,46); }
div.DivClassName
{
background-color: #C3332E;
}
.BgClassName
{
background-color: #C3332E;
}
</style>
border-color css
<style>
span { border-color: #C3332E; }
span { border-color: rgb(195,51,46); }
td.TdClassName
{
border-color: #C3332E;
}
.TagClassName
{
border-color: #C3332E;
}
</style>