Shades of Persian Red #C82E2D
Tints of Persian Red #C82E2D
RGB
CMYK
RGB Variations
Color information
#C82E2D (or 0xC82E2D) is known color: Persian Red. HEX triplet: C8, 2E and 2D. RGB value is (200,46,45). Sum of RGB (Red+Green+Blue) = 200+46+45=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E2D is #37D1D2. Grayscale: #5C5C5C. Windows color (decimal): -3658195 or 2961096. OLE color: 2961096.
HSL color Cylindrical-coordinate representation of color #C82E2D: hue angle of 0.39º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E2D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 45 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.22 |
| HSL | 0.39º | 0.63% | 0.48% | - |
| HSV(B) | 0.39º | 0.78% | 0.78% | - |
| XYZ | 25.27 | 14.42 | 3.93 | - |
| YUV | 91.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 45 | 0 | 0.77 | 0.78 | 0.22 | 0.39 | 0.63 | 0.48 |
| Hex | C8 | 2E | 2D | 0 | 4D | 4E | 16 | 0 | 3F | 30 |
| Octal | 310 | 56 | 55 | 0 | 115 | 116 | 26 | 0 | 77 | 60 |
| Binary | 11001000 | 101110 | 101101 | 0 | 1001101 | 1001110 | 10110 | 0 | 111111 | 110000 |
Color Harmonies of #C82E2D
Complementary color
Monochromatic Colors of #C82E2D
Black with #C82E2D
Text Example
Text Example
White with #C82E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E2D; }
p { color: rgb(200,46,45); }
H1.HeaderClassName
{
color: #C82E2D;
}
.AnyTagClassName
{
color: #C82E2D;
}
</style>
background-color css
<style>
a { background-color: #C82E2D; }
a { background-color: rgb(200,46,45); }
div.DivClassName
{
background-color: #C82E2D;
}
.BgClassName
{
background-color: #C82E2D;
}
</style>
border-color css
<style>
span { border-color: #C82E2D; }
span { border-color: rgb(200,46,45); }
td.TdClassName
{
border-color: #C82E2D;
}
.TagClassName
{
border-color: #C82E2D;
}
</style>