Shades of Persian Red #C82D28
Tints of Persian Red #C82D28
RGB
CMYK
RGB Variations
Color information
#C82D28 (or 0xC82D28) is known color: Persian Red. HEX triplet: C8, 2D and 28. RGB value is (200,45,40). Sum of RGB (Red+Green+Blue) = 200+45+40=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D28 is #37D2D7. Grayscale: #5A5A5A. Windows color (decimal): -3658456 or 2633160. OLE color: 2633160.
HSL color Cylindrical-coordinate representation of color #C82D28: hue angle of 1.88º 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 #C82D28 is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 40 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.22 |
| HSL | 1.88º | 0.67% | 0.47% | - |
| HSV(B) | 1.88º | 0.8% | 0.78% | - |
| XYZ | 25.14 | 14.31 | 3.44 | - |
| YUV | 90.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 40 | 0 | 0.78 | 0.8 | 0.22 | 1.88 | 0.67 | 0.47 |
| Hex | C8 | 2D | 28 | 0 | 4E | 50 | 16 | 2 | 43 | 2F |
| Octal | 310 | 55 | 50 | 0 | 116 | 120 | 26 | 2 | 103 | 57 |
| Binary | 11001000 | 101101 | 101000 | 0 | 1001110 | 1010000 | 10110 | 10 | 1000011 | 101111 |
Color Harmonies of #C82D28
Complementary color
Monochromatic Colors of #C82D28
Black with #C82D28
Text Example
Text Example
White with #C82D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D28; }
p { color: rgb(200,45,40); }
H1.HeaderClassName
{
color: #C82D28;
}
.AnyTagClassName
{
color: #C82D28;
}
</style>
background-color css
<style>
a { background-color: #C82D28; }
a { background-color: rgb(200,45,40); }
div.DivClassName
{
background-color: #C82D28;
}
.BgClassName
{
background-color: #C82D28;
}
</style>
border-color css
<style>
span { border-color: #C82D28; }
span { border-color: rgb(200,45,40); }
td.TdClassName
{
border-color: #C82D28;
}
.TagClassName
{
border-color: #C82D28;
}
</style>