Shades of Persian Red #C23731
Tints of Persian Red #C23731
RGB
CMYK
RGB Variations
Color information
#C23731 (or 0xC23731) is known color: Persian Red. HEX triplet: C2, 37 and 31. RGB value is (194,55,49). Sum of RGB (Red+Green+Blue) = 194+55+49=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23731 is #3DC8CE. Grayscale: #606060. Windows color (decimal): -4049103 or 3225538. OLE color: 3225538.
HSL color Cylindrical-coordinate representation of color #C23731: hue angle of 2.48º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23731 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 49 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.24 |
| HSL | 2.48º | 0.6% | 0.48% | - |
| HSV(B) | 2.48º | 0.75% | 0.76% | - |
| XYZ | 24.17 | 14.42 | 4.42 | - |
| YUV | 95.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 49 | 0 | 0.72 | 0.75 | 0.24 | 2.48 | 0.6 | 0.48 |
| Hex | C2 | 37 | 31 | 0 | 48 | 4B | 18 | 2 | 3C | 30 |
| Octal | 302 | 67 | 61 | 0 | 110 | 113 | 30 | 2 | 74 | 60 |
| Binary | 11000010 | 110111 | 110001 | 0 | 1001000 | 1001011 | 11000 | 10 | 111100 | 110000 |
Color Harmonies of #C23731
Complementary color
Monochromatic Colors of #C23731
Black with #C23731
Text Example
Text Example
White with #C23731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23731; }
p { color: rgb(194,55,49); }
H1.HeaderClassName
{
color: #C23731;
}
.AnyTagClassName
{
color: #C23731;
}
</style>
background-color css
<style>
a { background-color: #C23731; }
a { background-color: rgb(194,55,49); }
div.DivClassName
{
background-color: #C23731;
}
.BgClassName
{
background-color: #C23731;
}
</style>
border-color css
<style>
span { border-color: #C23731; }
span { border-color: rgb(194,55,49); }
td.TdClassName
{
border-color: #C23731;
}
.TagClassName
{
border-color: #C23731;
}
</style>