Shades of Persian Red #C23733
Tints of Persian Red #C23733
RGB
CMYK
RGB Variations
Color information
#C23733 (or 0xC23733) is known color: Persian Red. HEX triplet: C2, 37 and 33. RGB value is (194,55,51). Sum of RGB (Red+Green+Blue) = 194+55+51=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23733 is #3DC8CC. Grayscale: #606060. Windows color (decimal): -4049101 or 3356610. OLE color: 3356610.
HSL color Cylindrical-coordinate representation of color #C23733: hue angle of 1.68º 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 #C23733 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 51 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.24 |
| HSL | 1.68º | 0.58% | 0.48% | - |
| HSV(B) | 1.68º | 0.74% | 0.76% | - |
| XYZ | 24.21 | 14.44 | 4.64 | - |
| YUV | 96.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 51 | 0 | 0.72 | 0.74 | 0.24 | 1.68 | 0.58 | 0.48 |
| Hex | C2 | 37 | 33 | 0 | 48 | 4A | 18 | 2 | 3A | 30 |
| Octal | 302 | 67 | 63 | 0 | 110 | 112 | 30 | 2 | 72 | 60 |
| Binary | 11000010 | 110111 | 110011 | 0 | 1001000 | 1001010 | 11000 | 10 | 111010 | 110000 |
Color Harmonies of #C23733
Complementary color
Monochromatic Colors of #C23733
Black with #C23733
Text Example
Text Example
White with #C23733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23733; }
p { color: rgb(194,55,51); }
H1.HeaderClassName
{
color: #C23733;
}
.AnyTagClassName
{
color: #C23733;
}
</style>
background-color css
<style>
a { background-color: #C23733; }
a { background-color: rgb(194,55,51); }
div.DivClassName
{
background-color: #C23733;
}
.BgClassName
{
background-color: #C23733;
}
</style>
border-color css
<style>
span { border-color: #C23733; }
span { border-color: rgb(194,55,51); }
td.TdClassName
{
border-color: #C23733;
}
.TagClassName
{
border-color: #C23733;
}
</style>