Shades of Persian Red #C8382C
Tints of Persian Red #C8382C
RGB
CMYK
RGB Variations
Color information
#C8382C (or 0xC8382C) is known color: Persian Red. HEX triplet: C8, 38 and 2C. RGB value is (200,56,44). Sum of RGB (Red+Green+Blue) = 200+56+44=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8382C is #37C7D3. Grayscale: #616161. Windows color (decimal): -3655636 or 2898120. OLE color: 2898120.
HSL color Cylindrical-coordinate representation of color #C8382C: hue angle of 4.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8382C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 44 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.22 |
| HSL | 4.62º | 0.64% | 0.48% | - |
| HSV(B) | 4.62º | 0.78% | 0.78% | - |
| XYZ | 25.69 | 15.29 | 3.98 | - |
| YUV | 97.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 44 | 0 | 0.72 | 0.78 | 0.22 | 4.62 | 0.64 | 0.48 |
| Hex | C8 | 38 | 2C | 0 | 48 | 4E | 16 | 5 | 40 | 30 |
| Octal | 310 | 70 | 54 | 0 | 110 | 116 | 26 | 5 | 100 | 60 |
| Binary | 11001000 | 111000 | 101100 | 0 | 1001000 | 1001110 | 10110 | 101 | 1000000 | 110000 |
Color Harmonies of #C8382C
Complementary color
Monochromatic Colors of #C8382C
Black with #C8382C
Text Example
Text Example
White with #C8382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8382C; }
p { color: rgb(200,56,44); }
H1.HeaderClassName
{
color: #C8382C;
}
.AnyTagClassName
{
color: #C8382C;
}
</style>
background-color css
<style>
a { background-color: #C8382C; }
a { background-color: rgb(200,56,44); }
div.DivClassName
{
background-color: #C8382C;
}
.BgClassName
{
background-color: #C8382C;
}
</style>
border-color css
<style>
span { border-color: #C8382C; }
span { border-color: rgb(200,56,44); }
td.TdClassName
{
border-color: #C8382C;
}
.TagClassName
{
border-color: #C8382C;
}
</style>