Shades of Persian Red #C23634
Tints of Persian Red #C23634
RGB
CMYK
RGB Variations
Color information
#C23634 (or 0xC23634) is known color: Persian Red. HEX triplet: C2, 36 and 34. RGB value is (194,54,52). Sum of RGB (Red+Green+Blue) = 194+54+52=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23634 is #3DC9CB. Grayscale: #5F5F5F. Windows color (decimal): -4049356 or 3421890. OLE color: 3421890.
HSL color Cylindrical-coordinate representation of color #C23634: hue angle of 0.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23634 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 52 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.24 |
| HSL | 0.85º | 0.58% | 0.48% | - |
| HSV(B) | 0.85º | 0.73% | 0.76% | - |
| XYZ | 24.19 | 14.36 | 4.74 | - |
| YUV | 95.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 52 | 0 | 0.72 | 0.73 | 0.24 | 0.85 | 0.58 | 0.48 |
| Hex | C2 | 36 | 34 | 0 | 48 | 49 | 18 | 1 | 3A | 30 |
| Octal | 302 | 66 | 64 | 0 | 110 | 111 | 30 | 1 | 72 | 60 |
| Binary | 11000010 | 110110 | 110100 | 0 | 1001000 | 1001001 | 11000 | 1 | 111010 | 110000 |
Color Harmonies of #C23634
Complementary color
Monochromatic Colors of #C23634
Black with #C23634
Text Example
Text Example
White with #C23634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23634; }
p { color: rgb(194,54,52); }
H1.HeaderClassName
{
color: #C23634;
}
.AnyTagClassName
{
color: #C23634;
}
</style>
background-color css
<style>
a { background-color: #C23634; }
a { background-color: rgb(194,54,52); }
div.DivClassName
{
background-color: #C23634;
}
.BgClassName
{
background-color: #C23634;
}
</style>
border-color css
<style>
span { border-color: #C23634; }
span { border-color: rgb(194,54,52); }
td.TdClassName
{
border-color: #C23634;
}
.TagClassName
{
border-color: #C23634;
}
</style>