Shades of Persian Red #C83828
Tints of Persian Red #C83828
RGB
CMYK
RGB Variations
Color information
#C83828 (or 0xC83828) is known color: Persian Red. HEX triplet: C8, 38 and 28. RGB value is (200,56,40). Sum of RGB (Red+Green+Blue) = 200+56+40=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C83828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83828 is #37C7D7. Grayscale: #616161. Windows color (decimal): -3655640 or 2635976. OLE color: 2635976.
HSL color Cylindrical-coordinate representation of color #C83828: hue angle of 6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83828 is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 40 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.22 |
| HSL | 6º | 0.67% | 0.47% | - |
| HSV(B) | 6º | 0.8% | 0.78% | - |
| XYZ | 25.62 | 15.26 | 3.6 | - |
| YUV | 97.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 40 | 0 | 0.72 | 0.8 | 0.22 | 6 | 0.67 | 0.47 |
| Hex | C8 | 38 | 28 | 0 | 48 | 50 | 16 | 6 | 43 | 2F |
| Octal | 310 | 70 | 50 | 0 | 110 | 120 | 26 | 6 | 103 | 57 |
| Binary | 11001000 | 111000 | 101000 | 0 | 1001000 | 1010000 | 10110 | 110 | 1000011 | 101111 |
Color Harmonies of #C83828
Complementary color
Monochromatic Colors of #C83828
Black with #C83828
Text Example
Text Example
White with #C83828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83828; }
p { color: rgb(200,56,40); }
H1.HeaderClassName
{
color: #C83828;
}
.AnyTagClassName
{
color: #C83828;
}
</style>
background-color css
<style>
a { background-color: #C83828; }
a { background-color: rgb(200,56,40); }
div.DivClassName
{
background-color: #C83828;
}
.BgClassName
{
background-color: #C83828;
}
</style>
border-color css
<style>
span { border-color: #C83828; }
span { border-color: rgb(200,56,40); }
td.TdClassName
{
border-color: #C83828;
}
.TagClassName
{
border-color: #C83828;
}
</style>