Shades of Persian Red #C82927
Tints of Persian Red #C82927
RGB
CMYK
RGB Variations
Color information
#C82927 (or 0xC82927) is known color: Persian Red. HEX triplet: C8, 29 and 27. RGB value is (200,41,39). Sum of RGB (Red+Green+Blue) = 200+41+39=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C82927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82927 is #37D6D8. Grayscale: #585858. Windows color (decimal): -3659481 or 2566600. OLE color: 2566600.
HSL color Cylindrical-coordinate representation of color #C82927: hue angle of 0.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82927 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 39 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.22 |
| HSL | 0.75º | 0.67% | 0.47% | - |
| HSV(B) | 0.75º | 0.81% | 0.78% | - |
| XYZ | 24.98 | 14.01 | 3.31 | - |
| YUV | 88.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 39 | 0 | 0.80 | 0.80 | 0.22 | 0.75 | 0.67 | 0.47 |
| Hex | C8 | 29 | 27 | 0 | 50 | 50 | 16 | 1 | 43 | 2F |
| Octal | 310 | 51 | 47 | 0 | 120 | 120 | 26 | 1 | 103 | 57 |
| Binary | 11001000 | 101001 | 100111 | 0 | 1010000 | 1010000 | 10110 | 1 | 1000011 | 101111 |
Color Harmonies of #C82927
Complementary color
Monochromatic Colors of #C82927
Black with #C82927
Text Example
Text Example
White with #C82927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82927; }
p { color: rgb(200,41,39); }
H1.HeaderClassName
{
color: #C82927;
}
.AnyTagClassName
{
color: #C82927;
}
</style>
background-color css
<style>
a { background-color: #C82927; }
a { background-color: rgb(200,41,39); }
div.DivClassName
{
background-color: #C82927;
}
.BgClassName
{
background-color: #C82927;
}
</style>
border-color css
<style>
span { border-color: #C82927; }
span { border-color: rgb(200,41,39); }
td.TdClassName
{
border-color: #C82927;
}
.TagClassName
{
border-color: #C82927;
}
</style>