Shades of Persian Red #C13333
Tints of Persian Red #C13333
RGB
CMYK
RGB Variations
Color information
#C13333 (or 0xC13333) is known color: Persian Red. HEX triplet: C1, 33 and 33. RGB value is (193,51,51). Sum of RGB (Red+Green+Blue) = 193+51+51=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C13333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13333 is #3ECCCC. Grayscale: #5D5D5D. Windows color (decimal): -4115661 or 3355585. OLE color: 3355585.
HSL color Cylindrical-coordinate representation of color #C13333: hue angle of 0º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13333 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 51 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.24 |
| HSL | 0º | 0.58% | 0.48% | - |
| HSV(B) | 0º | 0.74% | 0.76% | - |
| XYZ | 23.77 | 13.94 | 4.57 | - |
| YUV | 93.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 51 | 0 | 0.74 | 0.74 | 0.24 | 0 | 0.58 | 0.48 |
| Hex | C1 | 33 | 33 | 0 | 4A | 4A | 18 | 0 | 3A | 30 |
| Octal | 301 | 63 | 63 | 0 | 112 | 112 | 30 | 0 | 72 | 60 |
| Binary | 11000001 | 110011 | 110011 | 0 | 1001010 | 1001010 | 11000 | 0 | 111010 | 110000 |
Color Harmonies of #C13333
Complementary color
Monochromatic Colors of #C13333
Black with #C13333
Text Example
Text Example
White with #C13333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13333; }
p { color: rgb(193,51,51); }
H1.HeaderClassName
{
color: #C13333;
}
.AnyTagClassName
{
color: #C13333;
}
</style>
background-color css
<style>
a { background-color: #C13333; }
a { background-color: rgb(193,51,51); }
div.DivClassName
{
background-color: #C13333;
}
.BgClassName
{
background-color: #C13333;
}
</style>
border-color css
<style>
span { border-color: #C13333; }
span { border-color: rgb(193,51,51); }
td.TdClassName
{
border-color: #C13333;
}
.TagClassName
{
border-color: #C13333;
}
</style>