Shades of Persian Red #C32F25
Tints of Persian Red #C32F25
RGB
CMYK
RGB Variations
Color information
#C32F25 (or 0xC32F25) is known color: Persian Red. HEX triplet: C3, 2F and 25. RGB value is (195,47,37). Sum of RGB (Red+Green+Blue) = 195+47+37=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F25 is #3CD0DA. Grayscale: #5A5A5A. Windows color (decimal): -3985627 or 2437059. OLE color: 2437059.
HSL color Cylindrical-coordinate representation of color #C32F25: hue angle of 3.8º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32F25 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 37 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.24 |
| HSL | 3.8º | 0.68% | 0.45% | - |
| HSV(B) | 3.8º | 0.81% | 0.76% | - |
| XYZ | 23.86 | 13.77 | 3.15 | - |
| YUV | 90.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 37 | 0 | 0.76 | 0.81 | 0.24 | 3.8 | 0.68 | 0.45 |
| Hex | C3 | 2F | 25 | 0 | 4C | 51 | 18 | 4 | 44 | 2D |
| Octal | 303 | 57 | 45 | 0 | 114 | 121 | 30 | 4 | 104 | 55 |
| Binary | 11000011 | 101111 | 100101 | 0 | 1001100 | 1010001 | 11000 | 100 | 1000100 | 101101 |
Color Harmonies of #C32F25
Complementary color
Monochromatic Colors of #C32F25
Black with #C32F25
Text Example
Text Example
White with #C32F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F25; }
p { color: rgb(195,47,37); }
H1.HeaderClassName
{
color: #C32F25;
}
.AnyTagClassName
{
color: #C32F25;
}
</style>
background-color css
<style>
a { background-color: #C32F25; }
a { background-color: rgb(195,47,37); }
div.DivClassName
{
background-color: #C32F25;
}
.BgClassName
{
background-color: #C32F25;
}
</style>
border-color css
<style>
span { border-color: #C32F25; }
span { border-color: rgb(195,47,37); }
td.TdClassName
{
border-color: #C32F25;
}
.TagClassName
{
border-color: #C32F25;
}
</style>