Shades of Persian Red #C2362F
Tints of Persian Red #C2362F
RGB
CMYK
RGB Variations
Color information
#C2362F (or 0xC2362F) is known color: Persian Red. HEX triplet: C2, 36 and 2F. RGB value is (194,54,47). Sum of RGB (Red+Green+Blue) = 194+54+47=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2362F is #3DC9D0. Grayscale: #5F5F5F. Windows color (decimal): -4049361 or 3094210. OLE color: 3094210.
HSL color Cylindrical-coordinate representation of color #C2362F: hue angle of 2.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2362F is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 47 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.24 |
| HSL | 2.86º | 0.61% | 0.47% | - |
| HSV(B) | 2.86º | 0.76% | 0.76% | - |
| XYZ | 24.08 | 14.31 | 4.18 | - |
| YUV | 95.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 47 | 0 | 0.72 | 0.76 | 0.24 | 2.86 | 0.61 | 0.47 |
| Hex | C2 | 36 | 2F | 0 | 48 | 4C | 18 | 3 | 3D | 2F |
| Octal | 302 | 66 | 57 | 0 | 110 | 114 | 30 | 3 | 75 | 57 |
| Binary | 11000010 | 110110 | 101111 | 0 | 1001000 | 1001100 | 11000 | 11 | 111101 | 101111 |
Color Harmonies of #C2362F
Complementary color
Monochromatic Colors of #C2362F
Black with #C2362F
Text Example
Text Example
White with #C2362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2362F; }
p { color: rgb(194,54,47); }
H1.HeaderClassName
{
color: #C2362F;
}
.AnyTagClassName
{
color: #C2362F;
}
</style>
background-color css
<style>
a { background-color: #C2362F; }
a { background-color: rgb(194,54,47); }
div.DivClassName
{
background-color: #C2362F;
}
.BgClassName
{
background-color: #C2362F;
}
</style>
border-color css
<style>
span { border-color: #C2362F; }
span { border-color: rgb(194,54,47); }
td.TdClassName
{
border-color: #C2362F;
}
.TagClassName
{
border-color: #C2362F;
}
</style>