Shades of Persian Red #C2362C
Tints of Persian Red #C2362C
RGB
CMYK
RGB Variations
Color information
#C2362C (or 0xC2362C) is known color: Persian Red. HEX triplet: C2, 36 and 2C. RGB value is (194,54,44). Sum of RGB (Red+Green+Blue) = 194+54+44=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2362C is #3DC9D3. Grayscale: #5E5E5E. Windows color (decimal): -4049364 or 2897602. OLE color: 2897602.
HSL color Cylindrical-coordinate representation of color #C2362C: hue angle of 4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2362C is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 44 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.24 |
| HSL | 4º | 0.63% | 0.47% | - |
| HSV(B) | 4º | 0.77% | 0.76% | - |
| XYZ | 24.02 | 14.29 | 3.87 | - |
| YUV | 94.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 44 | 0 | 0.72 | 0.77 | 0.24 | 4 | 0.63 | 0.47 |
| Hex | C2 | 36 | 2C | 0 | 48 | 4D | 18 | 4 | 3F | 2F |
| Octal | 302 | 66 | 54 | 0 | 110 | 115 | 30 | 4 | 77 | 57 |
| Binary | 11000010 | 110110 | 101100 | 0 | 1001000 | 1001101 | 11000 | 100 | 111111 | 101111 |
Color Harmonies of #C2362C
Complementary color
Monochromatic Colors of #C2362C
Black with #C2362C
Text Example
Text Example
White with #C2362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2362C; }
p { color: rgb(194,54,44); }
H1.HeaderClassName
{
color: #C2362C;
}
.AnyTagClassName
{
color: #C2362C;
}
</style>
background-color css
<style>
a { background-color: #C2362C; }
a { background-color: rgb(194,54,44); }
div.DivClassName
{
background-color: #C2362C;
}
.BgClassName
{
background-color: #C2362C;
}
</style>
border-color css
<style>
span { border-color: #C2362C; }
span { border-color: rgb(194,54,44); }
td.TdClassName
{
border-color: #C2362C;
}
.TagClassName
{
border-color: #C2362C;
}
</style>