Shades of Persian Red #C82F2D
Tints of Persian Red #C82F2D
RGB
CMYK
RGB Variations
Color information
#C82F2D (or 0xC82F2D) is known color: Persian Red. HEX triplet: C8, 2F and 2D. RGB value is (200,47,45). Sum of RGB (Red+Green+Blue) = 200+47+45=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F2D is #37D0D2. Grayscale: #5C5C5C. Windows color (decimal): -3657939 or 2961352. OLE color: 2961352.
HSL color Cylindrical-coordinate representation of color #C82F2D: hue angle of 0.77º 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 #C82F2D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 45 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.22 |
| HSL | 0.77º | 0.63% | 0.48% | - |
| HSV(B) | 0.77º | 0.78% | 0.78% | - |
| XYZ | 25.31 | 14.5 | 3.95 | - |
| YUV | 92.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 45 | 0 | 0.76 | 0.78 | 0.22 | 0.77 | 0.63 | 0.48 |
| Hex | C8 | 2F | 2D | 0 | 4C | 4E | 16 | 1 | 3F | 30 |
| Octal | 310 | 57 | 55 | 0 | 114 | 116 | 26 | 1 | 77 | 60 |
| Binary | 11001000 | 101111 | 101101 | 0 | 1001100 | 1001110 | 10110 | 1 | 111111 | 110000 |
Color Harmonies of #C82F2D
Complementary color
Monochromatic Colors of #C82F2D
Black with #C82F2D
Text Example
Text Example
White with #C82F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F2D; }
p { color: rgb(200,47,45); }
H1.HeaderClassName
{
color: #C82F2D;
}
.AnyTagClassName
{
color: #C82F2D;
}
</style>
background-color css
<style>
a { background-color: #C82F2D; }
a { background-color: rgb(200,47,45); }
div.DivClassName
{
background-color: #C82F2D;
}
.BgClassName
{
background-color: #C82F2D;
}
</style>
border-color css
<style>
span { border-color: #C82F2D; }
span { border-color: rgb(200,47,45); }
td.TdClassName
{
border-color: #C82F2D;
}
.TagClassName
{
border-color: #C82F2D;
}
</style>