Shades of Persian Red #C23124
Tints of Persian Red #C23124
RGB
CMYK
RGB Variations
Color information
#C23124 (or 0xC23124) is known color: Persian Red. HEX triplet: C2, 31 and 24. RGB value is (194,49,36). Sum of RGB (Red+Green+Blue) = 194+49+36=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C23124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23124 is #3DCEDB. Grayscale: #5B5B5B. Windows color (decimal): -4050652 or 2372034. OLE color: 2372034.
HSL color Cylindrical-coordinate representation of color #C23124: hue angle of 4.94º degrees, saturation: 0.69, 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 #C23124 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 36 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.24 |
| HSL | 4.94º | 0.69% | 0.45% | - |
| HSV(B) | 4.94º | 0.81% | 0.76% | - |
| XYZ | 23.66 | 13.79 | 3.08 | - |
| YUV | 90.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 36 | 0 | 0.75 | 0.81 | 0.24 | 4.94 | 0.69 | 0.45 |
| Hex | C2 | 31 | 24 | 0 | 4B | 51 | 18 | 5 | 45 | 2D |
| Octal | 302 | 61 | 44 | 0 | 113 | 121 | 30 | 5 | 105 | 55 |
| Binary | 11000010 | 110001 | 100100 | 0 | 1001011 | 1010001 | 11000 | 101 | 1000101 | 101101 |
Color Harmonies of #C23124
Complementary color
Monochromatic Colors of #C23124
Black with #C23124
Text Example
Text Example
White with #C23124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23124; }
p { color: rgb(194,49,36); }
H1.HeaderClassName
{
color: #C23124;
}
.AnyTagClassName
{
color: #C23124;
}
</style>
background-color css
<style>
a { background-color: #C23124; }
a { background-color: rgb(194,49,36); }
div.DivClassName
{
background-color: #C23124;
}
.BgClassName
{
background-color: #C23124;
}
</style>
border-color css
<style>
span { border-color: #C23124; }
span { border-color: rgb(194,49,36); }
td.TdClassName
{
border-color: #C23124;
}
.TagClassName
{
border-color: #C23124;
}
</style>