Shades of Persian Red #C23A33
Tints of Persian Red #C23A33
RGB
CMYK
RGB Variations
Color information
#C23A33 (or 0xC23A33) is known color: Persian Red. HEX triplet: C2, 3A and 33. RGB value is (194,58,51). Sum of RGB (Red+Green+Blue) = 194+58+51=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A33 is #3DC5CC. Grayscale: #626262. Windows color (decimal): -4048333 or 3357378. OLE color: 3357378.
HSL color Cylindrical-coordinate representation of color #C23A33: hue angle of 2.94º 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 #C23A33 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 51 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.24 |
| HSL | 2.94º | 0.58% | 0.48% | - |
| HSV(B) | 2.94º | 0.74% | 0.76% | - |
| XYZ | 24.36 | 14.73 | 4.69 | - |
| YUV | 97.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 51 | 0 | 0.70 | 0.74 | 0.24 | 2.94 | 0.58 | 0.48 |
| Hex | C2 | 3A | 33 | 0 | 46 | 4A | 18 | 3 | 3A | 30 |
| Octal | 302 | 72 | 63 | 0 | 106 | 112 | 30 | 3 | 72 | 60 |
| Binary | 11000010 | 111010 | 110011 | 0 | 1000110 | 1001010 | 11000 | 11 | 111010 | 110000 |
Color Harmonies of #C23A33
Complementary color
Monochromatic Colors of #C23A33
Black with #C23A33
Text Example
Text Example
White with #C23A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A33; }
p { color: rgb(194,58,51); }
H1.HeaderClassName
{
color: #C23A33;
}
.AnyTagClassName
{
color: #C23A33;
}
</style>
background-color css
<style>
a { background-color: #C23A33; }
a { background-color: rgb(194,58,51); }
div.DivClassName
{
background-color: #C23A33;
}
.BgClassName
{
background-color: #C23A33;
}
</style>
border-color css
<style>
span { border-color: #C23A33; }
span { border-color: rgb(194,58,51); }
td.TdClassName
{
border-color: #C23A33;
}
.TagClassName
{
border-color: #C23A33;
}
</style>