Shades of Persian Red #C12F25
Tints of Persian Red #C12F25
RGB
CMYK
RGB Variations
Color information
#C12F25 (or 0xC12F25) is known color: Persian Red. HEX triplet: C1, 2F and 25. RGB value is (193,47,37). Sum of RGB (Red+Green+Blue) = 193+47+37=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F25 is #3ED0DA. Grayscale: #595959. Windows color (decimal): -4116699 or 2437057. OLE color: 2437057.
HSL color Cylindrical-coordinate representation of color #C12F25: hue angle of 3.85º 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 #C12F25 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 37 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.24 |
| HSL | 3.85º | 0.68% | 0.45% | - |
| HSV(B) | 3.85º | 0.81% | 0.76% | - |
| XYZ | 23.34 | 13.5 | 3.13 | - |
| YUV | 89.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 37 | 0 | 0.76 | 0.81 | 0.24 | 3.85 | 0.68 | 0.45 |
| Hex | C1 | 2F | 25 | 0 | 4C | 51 | 18 | 4 | 44 | 2D |
| Octal | 301 | 57 | 45 | 0 | 114 | 121 | 30 | 4 | 104 | 55 |
| Binary | 11000001 | 101111 | 100101 | 0 | 1001100 | 1010001 | 11000 | 100 | 1000100 | 101101 |
Color Harmonies of #C12F25
Complementary color
Monochromatic Colors of #C12F25
Black with #C12F25
Text Example
Text Example
White with #C12F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F25; }
p { color: rgb(193,47,37); }
H1.HeaderClassName
{
color: #C12F25;
}
.AnyTagClassName
{
color: #C12F25;
}
</style>
background-color css
<style>
a { background-color: #C12F25; }
a { background-color: rgb(193,47,37); }
div.DivClassName
{
background-color: #C12F25;
}
.BgClassName
{
background-color: #C12F25;
}
</style>
border-color css
<style>
span { border-color: #C12F25; }
span { border-color: rgb(193,47,37); }
td.TdClassName
{
border-color: #C12F25;
}
.TagClassName
{
border-color: #C12F25;
}
</style>