Shades of Persian Red #C13D31
Tints of Persian Red #C13D31
RGB
CMYK
RGB Variations
Color information
#C13D31 (or 0xC13D31) is known color: Persian Red. HEX triplet: C1, 3D and 31. RGB value is (193,61,49). Sum of RGB (Red+Green+Blue) = 193+61+49=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D31 is #3EC2CE. Grayscale: #636363. Windows color (decimal): -4113103 or 3227073. OLE color: 3227073.
HSL color Cylindrical-coordinate representation of color #C13D31: hue angle of 5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13D31 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 49 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.24 |
| HSL | 5º | 0.6% | 0.47% | - |
| HSV(B) | 5º | 0.75% | 0.76% | - |
| XYZ | 24.22 | 14.9 | 4.5 | - |
| YUV | 99.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 49 | 0 | 0.68 | 0.75 | 0.24 | 5 | 0.6 | 0.47 |
| Hex | C1 | 3D | 31 | 0 | 44 | 4B | 18 | 5 | 3C | 2F |
| Octal | 301 | 75 | 61 | 0 | 104 | 113 | 30 | 5 | 74 | 57 |
| Binary | 11000001 | 111101 | 110001 | 0 | 1000100 | 1001011 | 11000 | 101 | 111100 | 101111 |
Color Harmonies of #C13D31
Complementary color
Monochromatic Colors of #C13D31
Black with #C13D31
Text Example
Text Example
White with #C13D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D31; }
p { color: rgb(193,61,49); }
H1.HeaderClassName
{
color: #C13D31;
}
.AnyTagClassName
{
color: #C13D31;
}
</style>
background-color css
<style>
a { background-color: #C13D31; }
a { background-color: rgb(193,61,49); }
div.DivClassName
{
background-color: #C13D31;
}
.BgClassName
{
background-color: #C13D31;
}
</style>
border-color css
<style>
span { border-color: #C13D31; }
span { border-color: rgb(193,61,49); }
td.TdClassName
{
border-color: #C13D31;
}
.TagClassName
{
border-color: #C13D31;
}
</style>