Shades of Persian Red #C13328
Tints of Persian Red #C13328
RGB
CMYK
RGB Variations
Color information
#C13328 (or 0xC13328) is known color: Persian Red. HEX triplet: C1, 33 and 28. RGB value is (193,51,40). Sum of RGB (Red+Green+Blue) = 193+51+40=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C13328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13328 is #3ECCD7. Grayscale: #5C5C5C. Windows color (decimal): -4115672 or 2634689. OLE color: 2634689.
HSL color Cylindrical-coordinate representation of color #C13328: hue angle of 4.31º 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 #C13328 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 40 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.24 |
| HSL | 4.31º | 0.66% | 0.46% | - |
| HSV(B) | 4.31º | 0.79% | 0.76% | - |
| XYZ | 23.56 | 13.86 | 3.44 | - |
| YUV | 92.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 40 | 0 | 0.74 | 0.79 | 0.24 | 4.31 | 0.66 | 0.46 |
| Hex | C1 | 33 | 28 | 0 | 4A | 4F | 18 | 4 | 42 | 2E |
| Octal | 301 | 63 | 50 | 0 | 112 | 117 | 30 | 4 | 102 | 56 |
| Binary | 11000001 | 110011 | 101000 | 0 | 1001010 | 1001111 | 11000 | 100 | 1000010 | 101110 |
Color Harmonies of #C13328
Complementary color
Monochromatic Colors of #C13328
Black with #C13328
Text Example
Text Example
White with #C13328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13328; }
p { color: rgb(193,51,40); }
H1.HeaderClassName
{
color: #C13328;
}
.AnyTagClassName
{
color: #C13328;
}
</style>
background-color css
<style>
a { background-color: #C13328; }
a { background-color: rgb(193,51,40); }
div.DivClassName
{
background-color: #C13328;
}
.BgClassName
{
background-color: #C13328;
}
</style>
border-color css
<style>
span { border-color: #C13328; }
span { border-color: rgb(193,51,40); }
td.TdClassName
{
border-color: #C13328;
}
.TagClassName
{
border-color: #C13328;
}
</style>