Shades of Persian Red #C23A28
Tints of Persian Red #C23A28
RGB
CMYK
RGB Variations
Color information
#C23A28 (or 0xC23A28) is known color: Persian Red. HEX triplet: C2, 3A and 28. RGB value is (194,58,40). Sum of RGB (Red+Green+Blue) = 194+58+40=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A28 is #3DC5D7. Grayscale: #606060. Windows color (decimal): -4048344 or 2636482. OLE color: 2636482.
HSL color Cylindrical-coordinate representation of color #C23A28: hue angle of 7.01º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23A28 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 40 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.24 |
| HSL | 7.01º | 0.66% | 0.46% | - |
| HSV(B) | 7.01º | 0.79% | 0.76% | - |
| XYZ | 24.14 | 14.65 | 3.56 | - |
| YUV | 96.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 40 | 0 | 0.70 | 0.79 | 0.24 | 7.01 | 0.66 | 0.46 |
| Hex | C2 | 3A | 28 | 0 | 46 | 4F | 18 | 7 | 42 | 2E |
| Octal | 302 | 72 | 50 | 0 | 106 | 117 | 30 | 7 | 102 | 56 |
| Binary | 11000010 | 111010 | 101000 | 0 | 1000110 | 1001111 | 11000 | 111 | 1000010 | 101110 |
Color Harmonies of #C23A28
Complementary color
Monochromatic Colors of #C23A28
Black with #C23A28
Text Example
Text Example
White with #C23A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A28; }
p { color: rgb(194,58,40); }
H1.HeaderClassName
{
color: #C23A28;
}
.AnyTagClassName
{
color: #C23A28;
}
</style>
background-color css
<style>
a { background-color: #C23A28; }
a { background-color: rgb(194,58,40); }
div.DivClassName
{
background-color: #C23A28;
}
.BgClassName
{
background-color: #C23A28;
}
</style>
border-color css
<style>
span { border-color: #C23A28; }
span { border-color: rgb(194,58,40); }
td.TdClassName
{
border-color: #C23A28;
}
.TagClassName
{
border-color: #C23A28;
}
</style>