Shades of Persian Red #C23533
Tints of Persian Red #C23533
RGB
CMYK
RGB Variations
Color information
#C23533 (or 0xC23533) is known color: Persian Red. HEX triplet: C2, 35 and 33. RGB value is (194,53,51). Sum of RGB (Red+Green+Blue) = 194+53+51=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23533 is #3DCACC. Grayscale: #5F5F5F. Windows color (decimal): -4049613 or 3356098. OLE color: 3356098.
HSL color Cylindrical-coordinate representation of color #C23533: hue angle of 0.84º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23533 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 51 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.24 |
| HSL | 0.84º | 0.58% | 0.48% | - |
| HSV(B) | 0.84º | 0.74% | 0.76% | - |
| XYZ | 24.12 | 14.25 | 4.61 | - |
| YUV | 94.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 51 | 0 | 0.73 | 0.74 | 0.24 | 0.84 | 0.58 | 0.48 |
| Hex | C2 | 35 | 33 | 0 | 49 | 4A | 18 | 1 | 3A | 30 |
| Octal | 302 | 65 | 63 | 0 | 111 | 112 | 30 | 1 | 72 | 60 |
| Binary | 11000010 | 110101 | 110011 | 0 | 1001001 | 1001010 | 11000 | 1 | 111010 | 110000 |
Color Harmonies of #C23533
Complementary color
Monochromatic Colors of #C23533
Black with #C23533
Text Example
Text Example
White with #C23533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23533; }
p { color: rgb(194,53,51); }
H1.HeaderClassName
{
color: #C23533;
}
.AnyTagClassName
{
color: #C23533;
}
</style>
background-color css
<style>
a { background-color: #C23533; }
a { background-color: rgb(194,53,51); }
div.DivClassName
{
background-color: #C23533;
}
.BgClassName
{
background-color: #C23533;
}
</style>
border-color css
<style>
span { border-color: #C23533; }
span { border-color: rgb(194,53,51); }
td.TdClassName
{
border-color: #C23533;
}
.TagClassName
{
border-color: #C23533;
}
</style>