Shades of Persian Red #C13D33
Tints of Persian Red #C13D33
RGB
CMYK
RGB Variations
Color information
#C13D33 (or 0xC13D33) is known color: Persian Red. HEX triplet: C1, 3D and 33. RGB value is (193,61,51). Sum of RGB (Red+Green+Blue) = 193+61+51=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D33 is #3EC2CC. Grayscale: #636363. Windows color (decimal): -4113101 or 3358145. OLE color: 3358145.
HSL color Cylindrical-coordinate representation of color #C13D33: hue angle of 4.23º 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 #C13D33 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 51 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.24 |
| HSL | 4.23º | 0.58% | 0.48% | - |
| HSV(B) | 4.23º | 0.74% | 0.76% | - |
| XYZ | 24.26 | 14.91 | 4.73 | - |
| YUV | 99.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 51 | 0 | 0.68 | 0.74 | 0.24 | 4.23 | 0.58 | 0.48 |
| Hex | C1 | 3D | 33 | 0 | 44 | 4A | 18 | 4 | 3A | 30 |
| Octal | 301 | 75 | 63 | 0 | 104 | 112 | 30 | 4 | 72 | 60 |
| Binary | 11000001 | 111101 | 110011 | 0 | 1000100 | 1001010 | 11000 | 100 | 111010 | 110000 |
Color Harmonies of #C13D33
Complementary color
Monochromatic Colors of #C13D33
Black with #C13D33
Text Example
Text Example
White with #C13D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D33; }
p { color: rgb(193,61,51); }
H1.HeaderClassName
{
color: #C13D33;
}
.AnyTagClassName
{
color: #C13D33;
}
</style>
background-color css
<style>
a { background-color: #C13D33; }
a { background-color: rgb(193,61,51); }
div.DivClassName
{
background-color: #C13D33;
}
.BgClassName
{
background-color: #C13D33;
}
</style>
border-color css
<style>
span { border-color: #C13D33; }
span { border-color: rgb(193,61,51); }
td.TdClassName
{
border-color: #C13D33;
}
.TagClassName
{
border-color: #C13D33;
}
</style>