Shades of Persian Red #C13D37
Tints of Persian Red #C13D37
RGB
CMYK
RGB Variations
Color information
#C13D37 (or 0xC13D37) is known color: Persian Red. HEX triplet: C1, 3D and 37. RGB value is (193,61,55). Sum of RGB (Red+Green+Blue) = 193+61+55=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D37 is #3EC2C8. Grayscale: #636363. Windows color (decimal): -4113097 or 3620289. OLE color: 3620289.
HSL color Cylindrical-coordinate representation of color #C13D37: hue angle of 2.61º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13D37 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 55 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.24 |
| HSL | 2.61º | 0.56% | 0.49% | - |
| HSV(B) | 2.61º | 0.72% | 0.76% | - |
| XYZ | 24.35 | 14.95 | 5.22 | - |
| YUV | 99.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 55 | 0 | 0.68 | 0.72 | 0.24 | 2.61 | 0.56 | 0.49 |
| Hex | C1 | 3D | 37 | 0 | 44 | 48 | 18 | 3 | 38 | 31 |
| Octal | 301 | 75 | 67 | 0 | 104 | 110 | 30 | 3 | 70 | 61 |
| Binary | 11000001 | 111101 | 110111 | 0 | 1000100 | 1001000 | 11000 | 11 | 111000 | 110001 |
Color Harmonies of #C13D37
Complementary color
Monochromatic Colors of #C13D37
Black with #C13D37
Text Example
Text Example
White with #C13D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D37; }
p { color: rgb(193,61,55); }
H1.HeaderClassName
{
color: #C13D37;
}
.AnyTagClassName
{
color: #C13D37;
}
</style>
background-color css
<style>
a { background-color: #C13D37; }
a { background-color: rgb(193,61,55); }
div.DivClassName
{
background-color: #C13D37;
}
.BgClassName
{
background-color: #C13D37;
}
</style>
border-color css
<style>
span { border-color: #C13D37; }
span { border-color: rgb(193,61,55); }
td.TdClassName
{
border-color: #C13D37;
}
.TagClassName
{
border-color: #C13D37;
}
</style>