Shades of Persian Red #C13F3C
Tints of Persian Red #C13F3C
RGB
CMYK
RGB Variations
Color information
#C13F3C (or 0xC13F3C) is known color: Persian Red. HEX triplet: C1, 3F and 3C. RGB value is (193,63,60). Sum of RGB (Red+Green+Blue) = 193+63+60=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F3C is #3EC0C3. Grayscale: #656565. Windows color (decimal): -4112580 or 3948481. OLE color: 3948481.
HSL color Cylindrical-coordinate representation of color #C13F3C: hue angle of 1.35º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13F3C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 60 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.24 |
| HSL | 1.35º | 0.53% | 0.5% | - |
| HSV(B) | 1.35º | 0.69% | 0.76% | - |
| XYZ | 24.59 | 15.22 | 5.92 | - |
| YUV | 101.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 60 | 0 | 0.67 | 0.69 | 0.24 | 1.35 | 0.53 | 0.5 |
| Hex | C1 | 3F | 3C | 0 | 43 | 45 | 18 | 1 | 35 | 32 |
| Octal | 301 | 77 | 74 | 0 | 103 | 105 | 30 | 1 | 65 | 62 |
| Binary | 11000001 | 111111 | 111100 | 0 | 1000011 | 1000101 | 11000 | 1 | 110101 | 110010 |
Color Harmonies of #C13F3C
Complementary color
Monochromatic Colors of #C13F3C
Black with #C13F3C
Text Example
Text Example
White with #C13F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F3C; }
p { color: rgb(193,63,60); }
H1.HeaderClassName
{
color: #C13F3C;
}
.AnyTagClassName
{
color: #C13F3C;
}
</style>
background-color css
<style>
a { background-color: #C13F3C; }
a { background-color: rgb(193,63,60); }
div.DivClassName
{
background-color: #C13F3C;
}
.BgClassName
{
background-color: #C13F3C;
}
</style>
border-color css
<style>
span { border-color: #C13F3C; }
span { border-color: rgb(193,63,60); }
td.TdClassName
{
border-color: #C13F3C;
}
.TagClassName
{
border-color: #C13F3C;
}
</style>