Shades of Persian Red #C13D2C
Tints of Persian Red #C13D2C
RGB
CMYK
RGB Variations
Color information
#C13D2C (or 0xC13D2C) is known color: Persian Red. HEX triplet: C1, 3D and 2C. RGB value is (193,61,44). Sum of RGB (Red+Green+Blue) = 193+61+44=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D2C is #3EC2D3. Grayscale: #626262. Windows color (decimal): -4113108 or 2899393. OLE color: 2899393.
HSL color Cylindrical-coordinate representation of color #C13D2C: hue angle of 6.85º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C13D2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 44 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.24 |
| HSL | 6.85º | 0.63% | 0.46% | - |
| HSV(B) | 6.85º | 0.77% | 0.76% | - |
| XYZ | 24.12 | 14.86 | 3.98 | - |
| YUV | 98.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 44 | 0 | 0.68 | 0.77 | 0.24 | 6.85 | 0.63 | 0.46 |
| Hex | C1 | 3D | 2C | 0 | 44 | 4D | 18 | 7 | 3F | 2E |
| Octal | 301 | 75 | 54 | 0 | 104 | 115 | 30 | 7 | 77 | 56 |
| Binary | 11000001 | 111101 | 101100 | 0 | 1000100 | 1001101 | 11000 | 111 | 111111 | 101110 |
Color Harmonies of #C13D2C
Complementary color
Monochromatic Colors of #C13D2C
Black with #C13D2C
Text Example
Text Example
White with #C13D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D2C; }
p { color: rgb(193,61,44); }
H1.HeaderClassName
{
color: #C13D2C;
}
.AnyTagClassName
{
color: #C13D2C;
}
</style>
background-color css
<style>
a { background-color: #C13D2C; }
a { background-color: rgb(193,61,44); }
div.DivClassName
{
background-color: #C13D2C;
}
.BgClassName
{
background-color: #C13D2C;
}
</style>
border-color css
<style>
span { border-color: #C13D2C; }
span { border-color: rgb(193,61,44); }
td.TdClassName
{
border-color: #C13D2C;
}
.TagClassName
{
border-color: #C13D2C;
}
</style>