Shades of Persian Red #C2362A
Tints of Persian Red #C2362A
RGB
CMYK
RGB Variations
Color information
#C2362A (or 0xC2362A) is known color: Persian Red. HEX triplet: C2, 36 and 2A. RGB value is (194,54,42). Sum of RGB (Red+Green+Blue) = 194+54+42=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2362A is #3DC9D5. Grayscale: #5E5E5E. Windows color (decimal): -4049366 or 2766530. OLE color: 2766530.
HSL color Cylindrical-coordinate representation of color #C2362A: hue angle of 4.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2362A is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 42 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.24 |
| HSL | 4.74º | 0.64% | 0.46% | - |
| HSV(B) | 4.74º | 0.78% | 0.76% | - |
| XYZ | 23.99 | 14.27 | 3.68 | - |
| YUV | 94.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 42 | 0 | 0.72 | 0.78 | 0.24 | 4.74 | 0.64 | 0.46 |
| Hex | C2 | 36 | 2A | 0 | 48 | 4E | 18 | 5 | 40 | 2E |
| Octal | 302 | 66 | 52 | 0 | 110 | 116 | 30 | 5 | 100 | 56 |
| Binary | 11000010 | 110110 | 101010 | 0 | 1001000 | 1001110 | 11000 | 101 | 1000000 | 101110 |
Color Harmonies of #C2362A
Complementary color
Monochromatic Colors of #C2362A
Black with #C2362A
Text Example
Text Example
White with #C2362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2362A; }
p { color: rgb(194,54,42); }
H1.HeaderClassName
{
color: #C2362A;
}
.AnyTagClassName
{
color: #C2362A;
}
</style>
background-color css
<style>
a { background-color: #C2362A; }
a { background-color: rgb(194,54,42); }
div.DivClassName
{
background-color: #C2362A;
}
.BgClassName
{
background-color: #C2362A;
}
</style>
border-color css
<style>
span { border-color: #C2362A; }
span { border-color: rgb(194,54,42); }
td.TdClassName
{
border-color: #C2362A;
}
.TagClassName
{
border-color: #C2362A;
}
</style>