Shades of Persian Red #C0382B
Tints of Persian Red #C0382B
RGB
CMYK
RGB Variations
Color information
#C0382B (or 0xC0382B) is known color: Persian Red. HEX triplet: C0, 38 and 2B. RGB value is (192,56,43). Sum of RGB (Red+Green+Blue) = 192+56+43=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0382B is #3FC7D4. Grayscale: #5F5F5F. Windows color (decimal): -4179925 or 2832576. OLE color: 2832576.
HSL color Cylindrical-coordinate representation of color #C0382B: hue angle of 5.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0382B is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 43 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.25 |
| HSL | 5.23º | 0.63% | 0.46% | - |
| HSV(B) | 5.23º | 0.78% | 0.75% | - |
| XYZ | 23.59 | 14.21 | 3.78 | - |
| YUV | 95.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 43 | 0 | 0.71 | 0.78 | 0.25 | 5.23 | 0.63 | 0.46 |
| Hex | C0 | 38 | 2B | 0 | 47 | 4E | 19 | 5 | 3F | 2E |
| Octal | 300 | 70 | 53 | 0 | 107 | 116 | 31 | 5 | 77 | 56 |
| Binary | 11000000 | 111000 | 101011 | 0 | 1000111 | 1001110 | 11001 | 101 | 111111 | 101110 |
Color Harmonies of #C0382B
Complementary color
Monochromatic Colors of #C0382B
Black with #C0382B
Text Example
Text Example
White with #C0382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0382B; }
p { color: rgb(192,56,43); }
H1.HeaderClassName
{
color: #C0382B;
}
.AnyTagClassName
{
color: #C0382B;
}
</style>
background-color css
<style>
a { background-color: #C0382B; }
a { background-color: rgb(192,56,43); }
div.DivClassName
{
background-color: #C0382B;
}
.BgClassName
{
background-color: #C0382B;
}
</style>
border-color css
<style>
span { border-color: #C0382B; }
span { border-color: rgb(192,56,43); }
td.TdClassName
{
border-color: #C0382B;
}
.TagClassName
{
border-color: #C0382B;
}
</style>