Shades of Persian Red #C23A36
Tints of Persian Red #C23A36
RGB
CMYK
RGB Variations
Color information
#C23A36 (or 0xC23A36) is known color: Persian Red. HEX triplet: C2, 3A and 36. RGB value is (194,58,54). Sum of RGB (Red+Green+Blue) = 194+58+54=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A36 is #3DC5C9. Grayscale: #626262. Windows color (decimal): -4048330 or 3553986. OLE color: 3553986.
HSL color Cylindrical-coordinate representation of color #C23A36: hue angle of 1.71º 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 #C23A36 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 54 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.24 |
| HSL | 1.71º | 0.56% | 0.49% | - |
| HSV(B) | 1.71º | 0.72% | 0.76% | - |
| XYZ | 24.43 | 14.76 | 5.05 | - |
| YUV | 98.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 54 | 0 | 0.70 | 0.72 | 0.24 | 1.71 | 0.56 | 0.49 |
| Hex | C2 | 3A | 36 | 0 | 46 | 48 | 18 | 2 | 38 | 31 |
| Octal | 302 | 72 | 66 | 0 | 106 | 110 | 30 | 2 | 70 | 61 |
| Binary | 11000010 | 111010 | 110110 | 0 | 1000110 | 1001000 | 11000 | 10 | 111000 | 110001 |
Color Harmonies of #C23A36
Complementary color
Monochromatic Colors of #C23A36
Black with #C23A36
Text Example
Text Example
White with #C23A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A36; }
p { color: rgb(194,58,54); }
H1.HeaderClassName
{
color: #C23A36;
}
.AnyTagClassName
{
color: #C23A36;
}
</style>
background-color css
<style>
a { background-color: #C23A36; }
a { background-color: rgb(194,58,54); }
div.DivClassName
{
background-color: #C23A36;
}
.BgClassName
{
background-color: #C23A36;
}
</style>
border-color css
<style>
span { border-color: #C23A36; }
span { border-color: rgb(194,58,54); }
td.TdClassName
{
border-color: #C23A36;
}
.TagClassName
{
border-color: #C23A36;
}
</style>