Shades of Persian Red #C3332A
Tints of Persian Red #C3332A
RGB
CMYK
RGB Variations
Color information
#C3332A (or 0xC3332A) is known color: Persian Red. HEX triplet: C3, 33 and 2A. RGB value is (195,51,42). Sum of RGB (Red+Green+Blue) = 195+51+42=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3332A is #3CCCD5. Grayscale: #5D5D5D. Windows color (decimal): -3984598 or 2765763. OLE color: 2765763.
HSL color Cylindrical-coordinate representation of color #C3332A: hue angle of 3.53º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3332A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 42 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.24 |
| HSL | 3.53º | 0.65% | 0.46% | - |
| HSV(B) | 3.53º | 0.78% | 0.76% | - |
| XYZ | 24.11 | 14.14 | 3.65 | - |
| YUV | 93.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 42 | 0 | 0.74 | 0.78 | 0.24 | 3.53 | 0.65 | 0.46 |
| Hex | C3 | 33 | 2A | 0 | 4A | 4E | 18 | 4 | 41 | 2E |
| Octal | 303 | 63 | 52 | 0 | 112 | 116 | 30 | 4 | 101 | 56 |
| Binary | 11000011 | 110011 | 101010 | 0 | 1001010 | 1001110 | 11000 | 100 | 1000001 | 101110 |
Color Harmonies of #C3332A
Complementary color
Monochromatic Colors of #C3332A
Black with #C3332A
Text Example
Text Example
White with #C3332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3332A; }
p { color: rgb(195,51,42); }
H1.HeaderClassName
{
color: #C3332A;
}
.AnyTagClassName
{
color: #C3332A;
}
</style>
background-color css
<style>
a { background-color: #C3332A; }
a { background-color: rgb(195,51,42); }
div.DivClassName
{
background-color: #C3332A;
}
.BgClassName
{
background-color: #C3332A;
}
</style>
border-color css
<style>
span { border-color: #C3332A; }
span { border-color: rgb(195,51,42); }
td.TdClassName
{
border-color: #C3332A;
}
.TagClassName
{
border-color: #C3332A;
}
</style>