Shades of Persian Red #C23127
Tints of Persian Red #C23127
RGB
CMYK
RGB Variations
Color information
#C23127 (or 0xC23127) is known color: Persian Red. HEX triplet: C2, 31 and 27. RGB value is (194,49,39). Sum of RGB (Red+Green+Blue) = 194+49+39=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C23127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23127 is #3DCED8. Grayscale: #5B5B5B. Windows color (decimal): -4050649 or 2568642. OLE color: 2568642.
HSL color Cylindrical-coordinate representation of color #C23127: hue angle of 3.87º 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 #C23127 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 39 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.24 |
| HSL | 3.87º | 0.67% | 0.46% | - |
| HSV(B) | 3.87º | 0.8% | 0.76% | - |
| XYZ | 23.71 | 13.81 | 3.34 | - |
| YUV | 91.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 39 | 0 | 0.75 | 0.80 | 0.24 | 3.87 | 0.67 | 0.46 |
| Hex | C2 | 31 | 27 | 0 | 4B | 50 | 18 | 4 | 43 | 2E |
| Octal | 302 | 61 | 47 | 0 | 113 | 120 | 30 | 4 | 103 | 56 |
| Binary | 11000010 | 110001 | 100111 | 0 | 1001011 | 1010000 | 11000 | 100 | 1000011 | 101110 |
Color Harmonies of #C23127
Complementary color
Monochromatic Colors of #C23127
Black with #C23127
Text Example
Text Example
White with #C23127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23127; }
p { color: rgb(194,49,39); }
H1.HeaderClassName
{
color: #C23127;
}
.AnyTagClassName
{
color: #C23127;
}
</style>
background-color css
<style>
a { background-color: #C23127; }
a { background-color: rgb(194,49,39); }
div.DivClassName
{
background-color: #C23127;
}
.BgClassName
{
background-color: #C23127;
}
</style>
border-color css
<style>
span { border-color: #C23127; }
span { border-color: rgb(194,49,39); }
td.TdClassName
{
border-color: #C23127;
}
.TagClassName
{
border-color: #C23127;
}
</style>