Shades of Persian Red #C23936
Tints of Persian Red #C23936
RGB
CMYK
RGB Variations
Color information
#C23936 (or 0xC23936) is known color: Persian Red. HEX triplet: C2, 39 and 36. RGB value is (194,57,54). Sum of RGB (Red+Green+Blue) = 194+57+54=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C23936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23936 is #3DC6C9. Grayscale: #616161. Windows color (decimal): -4048586 or 3553730. OLE color: 3553730.
HSL color Cylindrical-coordinate representation of color #C23936: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23936 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 54 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.24 |
| HSL | 1.29º | 0.56% | 0.49% | - |
| HSV(B) | 1.29º | 0.72% | 0.76% | - |
| XYZ | 24.38 | 14.66 | 5.04 | - |
| YUV | 97.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 54 | 0 | 0.71 | 0.72 | 0.24 | 1.29 | 0.56 | 0.49 |
| Hex | C2 | 39 | 36 | 0 | 47 | 48 | 18 | 1 | 38 | 31 |
| Octal | 302 | 71 | 66 | 0 | 107 | 110 | 30 | 1 | 70 | 61 |
| Binary | 11000010 | 111001 | 110110 | 0 | 1000111 | 1001000 | 11000 | 1 | 111000 | 110001 |
Color Harmonies of #C23936
Complementary color
Monochromatic Colors of #C23936
Black with #C23936
Text Example
Text Example
White with #C23936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23936; }
p { color: rgb(194,57,54); }
H1.HeaderClassName
{
color: #C23936;
}
.AnyTagClassName
{
color: #C23936;
}
</style>
background-color css
<style>
a { background-color: #C23936; }
a { background-color: rgb(194,57,54); }
div.DivClassName
{
background-color: #C23936;
}
.BgClassName
{
background-color: #C23936;
}
</style>
border-color css
<style>
span { border-color: #C23936; }
span { border-color: rgb(194,57,54); }
td.TdClassName
{
border-color: #C23936;
}
.TagClassName
{
border-color: #C23936;
}
</style>