Shades of Persian Red #C93D2D
Tints of Persian Red #C93D2D
RGB
CMYK
RGB Variations
Color information
#C93D2D (or 0xC93D2D) is known color: Persian Red. HEX triplet: C9, 3D and 2D. RGB value is (201,61,45). Sum of RGB (Red+Green+Blue) = 201+61+45=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D2D is #36C2D2. Grayscale: #656565. Windows color (decimal): -3588819 or 2964937. OLE color: 2964937.
HSL color Cylindrical-coordinate representation of color #C93D2D: hue angle of 6.15º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C93D2D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 45 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.21 |
| HSL | 6.15º | 0.63% | 0.48% | - |
| HSV(B) | 6.15º | 0.78% | 0.79% | - |
| XYZ | 26.23 | 15.94 | 4.18 | - |
| YUV | 101.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 45 | 0 | 0.70 | 0.78 | 0.21 | 6.15 | 0.63 | 0.48 |
| Hex | C9 | 3D | 2D | 0 | 46 | 4E | 15 | 6 | 3F | 30 |
| Octal | 311 | 75 | 55 | 0 | 106 | 116 | 25 | 6 | 77 | 60 |
| Binary | 11001001 | 111101 | 101101 | 0 | 1000110 | 1001110 | 10101 | 110 | 111111 | 110000 |
Color Harmonies of #C93D2D
Complementary color
Monochromatic Colors of #C93D2D
Black with #C93D2D
Text Example
Text Example
White with #C93D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D2D; }
p { color: rgb(201,61,45); }
H1.HeaderClassName
{
color: #C93D2D;
}
.AnyTagClassName
{
color: #C93D2D;
}
</style>
background-color css
<style>
a { background-color: #C93D2D; }
a { background-color: rgb(201,61,45); }
div.DivClassName
{
background-color: #C93D2D;
}
.BgClassName
{
background-color: #C93D2D;
}
</style>
border-color css
<style>
span { border-color: #C93D2D; }
span { border-color: rgb(201,61,45); }
td.TdClassName
{
border-color: #C93D2D;
}
.TagClassName
{
border-color: #C93D2D;
}
</style>