Shades of Persian Red #C3332B
Tints of Persian Red #C3332B
RGB
CMYK
RGB Variations
Color information
#C3332B (or 0xC3332B) is known color: Persian Red. HEX triplet: C3, 33 and 2B. RGB value is (195,51,43). Sum of RGB (Red+Green+Blue) = 195+51+43=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3332B is #3CCCD4. Grayscale: #5D5D5D. Windows color (decimal): -3984597 or 2831299. OLE color: 2831299.
HSL color Cylindrical-coordinate representation of color #C3332B: hue angle of 3.16º 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 #C3332B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.24 |
| HSL | 3.16º | 0.64% | 0.47% | - |
| HSV(B) | 3.16º | 0.78% | 0.76% | - |
| XYZ | 24.13 | 14.14 | 3.74 | - |
| YUV | 93.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 43 | 0 | 0.74 | 0.78 | 0.24 | 3.16 | 0.64 | 0.47 |
| Hex | C3 | 33 | 2B | 0 | 4A | 4E | 18 | 3 | 40 | 2F |
| Octal | 303 | 63 | 53 | 0 | 112 | 116 | 30 | 3 | 100 | 57 |
| Binary | 11000011 | 110011 | 101011 | 0 | 1001010 | 1001110 | 11000 | 11 | 1000000 | 101111 |
Color Harmonies of #C3332B
Complementary color
Monochromatic Colors of #C3332B
Black with #C3332B
Text Example
Text Example
White with #C3332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3332B; }
p { color: rgb(195,51,43); }
H1.HeaderClassName
{
color: #C3332B;
}
.AnyTagClassName
{
color: #C3332B;
}
</style>
background-color css
<style>
a { background-color: #C3332B; }
a { background-color: rgb(195,51,43); }
div.DivClassName
{
background-color: #C3332B;
}
.BgClassName
{
background-color: #C3332B;
}
</style>
border-color css
<style>
span { border-color: #C3332B; }
span { border-color: rgb(195,51,43); }
td.TdClassName
{
border-color: #C3332B;
}
.TagClassName
{
border-color: #C3332B;
}
</style>