Shades of Persian Red #C23628
Tints of Persian Red #C23628
RGB
CMYK
RGB Variations
Color information
#C23628 (or 0xC23628) is known color: Persian Red. HEX triplet: C2, 36 and 28. RGB value is (194,54,40). Sum of RGB (Red+Green+Blue) = 194+54+40=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23628 is #3DC9D7. Grayscale: #5E5E5E. Windows color (decimal): -4049368 or 2635458. OLE color: 2635458.
HSL color Cylindrical-coordinate representation of color #C23628: hue angle of 5.45º 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 #C23628 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 40 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.24 |
| HSL | 5.45º | 0.66% | 0.46% | - |
| HSV(B) | 5.45º | 0.79% | 0.76% | - |
| XYZ | 23.95 | 14.26 | 3.5 | - |
| YUV | 94.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 40 | 0 | 0.72 | 0.79 | 0.24 | 5.45 | 0.66 | 0.46 |
| Hex | C2 | 36 | 28 | 0 | 48 | 4F | 18 | 5 | 42 | 2E |
| Octal | 302 | 66 | 50 | 0 | 110 | 117 | 30 | 5 | 102 | 56 |
| Binary | 11000010 | 110110 | 101000 | 0 | 1001000 | 1001111 | 11000 | 101 | 1000010 | 101110 |
Color Harmonies of #C23628
Complementary color
Monochromatic Colors of #C23628
Black with #C23628
Text Example
Text Example
White with #C23628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23628; }
p { color: rgb(194,54,40); }
H1.HeaderClassName
{
color: #C23628;
}
.AnyTagClassName
{
color: #C23628;
}
</style>
background-color css
<style>
a { background-color: #C23628; }
a { background-color: rgb(194,54,40); }
div.DivClassName
{
background-color: #C23628;
}
.BgClassName
{
background-color: #C23628;
}
</style>
border-color css
<style>
span { border-color: #C23628; }
span { border-color: rgb(194,54,40); }
td.TdClassName
{
border-color: #C23628;
}
.TagClassName
{
border-color: #C23628;
}
</style>