Shades of Persian Red #C0362D
Tints of Persian Red #C0362D
RGB
CMYK
RGB Variations
Color information
#C0362D (or 0xC0362D) is known color: Persian Red. HEX triplet: C0, 36 and 2D. RGB value is (192,54,45). Sum of RGB (Red+Green+Blue) = 192+54+45=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0362D is #3FC9D2. Grayscale: #5E5E5E. Windows color (decimal): -4180435 or 2963136. OLE color: 2963136.
HSL color Cylindrical-coordinate representation of color #C0362D: hue angle of 3.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0362D is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 45 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.25 |
| HSL | 3.67º | 0.62% | 0.46% | - |
| HSV(B) | 3.67º | 0.77% | 0.75% | - |
| XYZ | 23.53 | 14.03 | 3.95 | - |
| YUV | 94.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 45 | 0 | 0.72 | 0.77 | 0.25 | 3.67 | 0.62 | 0.46 |
| Hex | C0 | 36 | 2D | 0 | 48 | 4D | 19 | 4 | 3E | 2E |
| Octal | 300 | 66 | 55 | 0 | 110 | 115 | 31 | 4 | 76 | 56 |
| Binary | 11000000 | 110110 | 101101 | 0 | 1001000 | 1001101 | 11001 | 100 | 111110 | 101110 |
Color Harmonies of #C0362D
Complementary color
Monochromatic Colors of #C0362D
Black with #C0362D
Text Example
Text Example
White with #C0362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0362D; }
p { color: rgb(192,54,45); }
H1.HeaderClassName
{
color: #C0362D;
}
.AnyTagClassName
{
color: #C0362D;
}
</style>
background-color css
<style>
a { background-color: #C0362D; }
a { background-color: rgb(192,54,45); }
div.DivClassName
{
background-color: #C0362D;
}
.BgClassName
{
background-color: #C0362D;
}
</style>
border-color css
<style>
span { border-color: #C0362D; }
span { border-color: rgb(192,54,45); }
td.TdClassName
{
border-color: #C0362D;
}
.TagClassName
{
border-color: #C0362D;
}
</style>