Shades of Persian Red #C23328
Tints of Persian Red #C23328
RGB
CMYK
RGB Variations
Color information
#C23328 (or 0xC23328) is known color: Persian Red. HEX triplet: C2, 33 and 28. RGB value is (194,51,40). Sum of RGB (Red+Green+Blue) = 194+51+40=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23328 is #3DCCD7. Grayscale: #5C5C5C. Windows color (decimal): -4050136 or 2634690. OLE color: 2634690.
HSL color Cylindrical-coordinate representation of color #C23328: hue angle of 4.29º 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 #C23328 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 40 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.24 |
| HSL | 4.29º | 0.66% | 0.46% | - |
| HSV(B) | 4.29º | 0.79% | 0.76% | - |
| XYZ | 23.81 | 13.99 | 3.45 | - |
| YUV | 92.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 40 | 0 | 0.74 | 0.79 | 0.24 | 4.29 | 0.66 | 0.46 |
| Hex | C2 | 33 | 28 | 0 | 4A | 4F | 18 | 4 | 42 | 2E |
| Octal | 302 | 63 | 50 | 0 | 112 | 117 | 30 | 4 | 102 | 56 |
| Binary | 11000010 | 110011 | 101000 | 0 | 1001010 | 1001111 | 11000 | 100 | 1000010 | 101110 |
Color Harmonies of #C23328
Complementary color
Monochromatic Colors of #C23328
Black with #C23328
Text Example
Text Example
White with #C23328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23328; }
p { color: rgb(194,51,40); }
H1.HeaderClassName
{
color: #C23328;
}
.AnyTagClassName
{
color: #C23328;
}
</style>
background-color css
<style>
a { background-color: #C23328; }
a { background-color: rgb(194,51,40); }
div.DivClassName
{
background-color: #C23328;
}
.BgClassName
{
background-color: #C23328;
}
</style>
border-color css
<style>
span { border-color: #C23328; }
span { border-color: rgb(194,51,40); }
td.TdClassName
{
border-color: #C23328;
}
.TagClassName
{
border-color: #C23328;
}
</style>