Shades of Persian Red #C3332D
Tints of Persian Red #C3332D
RGB
CMYK
RGB Variations
Color information
#C3332D (or 0xC3332D) is known color: Persian Red. HEX triplet: C3, 33 and 2D. RGB value is (195,51,45). Sum of RGB (Red+Green+Blue) = 195+51+45=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3332D is #3CCCD2. Grayscale: #5D5D5D. Windows color (decimal): -3984595 or 2962371. OLE color: 2962371.
HSL color Cylindrical-coordinate representation of color #C3332D: hue angle of 2.4º degrees, saturation: 0.62, 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 #C3332D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.4º | 0.63% | 0.47% | - |
| HSV(B) | 2.4º | 0.77% | 0.76% | - |
| XYZ | 24.16 | 14.16 | 3.94 | - |
| YUV | 93.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 45 | 0 | 0.74 | 0.77 | 0.24 | 2.4 | 0.63 | 0.47 |
| Hex | C3 | 33 | 2D | 0 | 4A | 4D | 18 | 2 | 3E | 2F |
| Octal | 303 | 63 | 55 | 0 | 112 | 115 | 30 | 2 | 76 | 57 |
| Binary | 11000011 | 110011 | 101101 | 0 | 1001010 | 1001101 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C3332D
Complementary color
Monochromatic Colors of #C3332D
Black with #C3332D
Text Example
Text Example
White with #C3332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3332D; }
p { color: rgb(195,51,45); }
H1.HeaderClassName
{
color: #C3332D;
}
.AnyTagClassName
{
color: #C3332D;
}
</style>
background-color css
<style>
a { background-color: #C3332D; }
a { background-color: rgb(195,51,45); }
div.DivClassName
{
background-color: #C3332D;
}
.BgClassName
{
background-color: #C3332D;
}
</style>
border-color css
<style>
span { border-color: #C3332D; }
span { border-color: rgb(195,51,45); }
td.TdClassName
{
border-color: #C3332D;
}
.TagClassName
{
border-color: #C3332D;
}
</style>