Shades of Persian Red #C12F28
Tints of Persian Red #C12F28
RGB
CMYK
RGB Variations
Color information
#C12F28 (or 0xC12F28) is known color: Persian Red. HEX triplet: C1, 2F and 28. RGB value is (193,47,40). Sum of RGB (Red+Green+Blue) = 193+47+40=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F28 is #3ED0D7. Grayscale: #5A5A5A. Windows color (decimal): -4116696 or 2633665. OLE color: 2633665.
HSL color Cylindrical-coordinate representation of color #C12F28: hue angle of 2.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12F28 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 40 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.24 |
| HSL | 2.75º | 0.66% | 0.46% | - |
| HSV(B) | 2.75º | 0.79% | 0.76% | - |
| XYZ | 23.39 | 13.52 | 3.38 | - |
| YUV | 89.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 40 | 0 | 0.76 | 0.79 | 0.24 | 2.75 | 0.66 | 0.46 |
| Hex | C1 | 2F | 28 | 0 | 4C | 4F | 18 | 3 | 42 | 2E |
| Octal | 301 | 57 | 50 | 0 | 114 | 117 | 30 | 3 | 102 | 56 |
| Binary | 11000001 | 101111 | 101000 | 0 | 1001100 | 1001111 | 11000 | 11 | 1000010 | 101110 |
Color Harmonies of #C12F28
Complementary color
Monochromatic Colors of #C12F28
Black with #C12F28
Text Example
Text Example
White with #C12F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F28; }
p { color: rgb(193,47,40); }
H1.HeaderClassName
{
color: #C12F28;
}
.AnyTagClassName
{
color: #C12F28;
}
</style>
background-color css
<style>
a { background-color: #C12F28; }
a { background-color: rgb(193,47,40); }
div.DivClassName
{
background-color: #C12F28;
}
.BgClassName
{
background-color: #C12F28;
}
</style>
border-color css
<style>
span { border-color: #C12F28; }
span { border-color: rgb(193,47,40); }
td.TdClassName
{
border-color: #C12F28;
}
.TagClassName
{
border-color: #C12F28;
}
</style>