Shades of Persian Red #C3332C
Tints of Persian Red #C3332C
RGB
CMYK
RGB Variations
Color information
#C3332C (or 0xC3332C) is known color: Persian Red. HEX triplet: C3, 33 and 2C. RGB value is (195,51,44). Sum of RGB (Red+Green+Blue) = 195+51+44=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3332C is #3CCCD3. Grayscale: #5D5D5D. Windows color (decimal): -3984596 or 2896835. OLE color: 2896835.
HSL color Cylindrical-coordinate representation of color #C3332C: hue angle of 2.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3332C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 44 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.78º | 0.63% | 0.47% | - |
| HSV(B) | 2.78º | 0.77% | 0.76% | - |
| XYZ | 24.14 | 14.15 | 3.84 | - |
| YUV | 93.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 44 | 0 | 0.74 | 0.77 | 0.24 | 2.78 | 0.63 | 0.47 |
| Hex | C3 | 33 | 2C | 0 | 4A | 4D | 18 | 3 | 3F | 2F |
| Octal | 303 | 63 | 54 | 0 | 112 | 115 | 30 | 3 | 77 | 57 |
| Binary | 11000011 | 110011 | 101100 | 0 | 1001010 | 1001101 | 11000 | 11 | 111111 | 101111 |
Color Harmonies of #C3332C
Complementary color
Monochromatic Colors of #C3332C
Black with #C3332C
Text Example
Text Example
White with #C3332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3332C; }
p { color: rgb(195,51,44); }
H1.HeaderClassName
{
color: #C3332C;
}
.AnyTagClassName
{
color: #C3332C;
}
</style>
background-color css
<style>
a { background-color: #C3332C; }
a { background-color: rgb(195,51,44); }
div.DivClassName
{
background-color: #C3332C;
}
.BgClassName
{
background-color: #C3332C;
}
</style>
border-color css
<style>
span { border-color: #C3332C; }
span { border-color: rgb(195,51,44); }
td.TdClassName
{
border-color: #C3332C;
}
.TagClassName
{
border-color: #C3332C;
}
</style>