Shades of Persian Red #C32E27
Tints of Persian Red #C32E27
RGB
CMYK
RGB Variations
Color information
#C32E27 (or 0xC32E27) is known color: Persian Red. HEX triplet: C3, 2E and 27. RGB value is (195,46,39). Sum of RGB (Red+Green+Blue) = 195+46+39=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E27 is #3CD1D8. Grayscale: #595959. Windows color (decimal): -3985881 or 2567875. OLE color: 2567875.
HSL color Cylindrical-coordinate representation of color #C32E27: hue angle of 2.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32E27 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 39 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.24 |
| HSL | 2.69º | 0.67% | 0.46% | - |
| HSV(B) | 2.69º | 0.8% | 0.76% | - |
| XYZ | 23.85 | 13.7 | 3.31 | - |
| YUV | 89.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 39 | 0 | 0.76 | 0.80 | 0.24 | 2.69 | 0.67 | 0.46 |
| Hex | C3 | 2E | 27 | 0 | 4C | 50 | 18 | 3 | 43 | 2E |
| Octal | 303 | 56 | 47 | 0 | 114 | 120 | 30 | 3 | 103 | 56 |
| Binary | 11000011 | 101110 | 100111 | 0 | 1001100 | 1010000 | 11000 | 11 | 1000011 | 101110 |
Color Harmonies of #C32E27
Complementary color
Monochromatic Colors of #C32E27
Black with #C32E27
Text Example
Text Example
White with #C32E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E27; }
p { color: rgb(195,46,39); }
H1.HeaderClassName
{
color: #C32E27;
}
.AnyTagClassName
{
color: #C32E27;
}
</style>
background-color css
<style>
a { background-color: #C32E27; }
a { background-color: rgb(195,46,39); }
div.DivClassName
{
background-color: #C32E27;
}
.BgClassName
{
background-color: #C32E27;
}
</style>
border-color css
<style>
span { border-color: #C32E27; }
span { border-color: rgb(195,46,39); }
td.TdClassName
{
border-color: #C32E27;
}
.TagClassName
{
border-color: #C32E27;
}
</style>