Shades of Persian Red #CD392C
Tints of Persian Red #CD392C
RGB
CMYK
RGB Variations
Color information
#CD392C (or 0xCD392C) is known color: Persian Red. HEX triplet: CD, 39 and 2C. RGB value is (205,57,44). Sum of RGB (Red+Green+Blue) = 205+57+44=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD392C is #32C6D3. Grayscale: #636363. Windows color (decimal): -3327700 or 2898381. OLE color: 2898381.
HSL color Cylindrical-coordinate representation of color #CD392C: hue angle of 4.84º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD392C is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 57 | 44 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.20 |
| HSL | 4.84º | 0.65% | 0.49% | - |
| HSV(B) | 4.84º | 0.79% | 0.8% | - |
| XYZ | 27.09 | 16.09 | 4.06 | - |
| YUV | 99.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 57 | 44 | 0 | 0.72 | 0.79 | 0.20 | 4.84 | 0.65 | 0.49 |
| Hex | CD | 39 | 2C | 0 | 48 | 4F | 14 | 5 | 41 | 31 |
| Octal | 315 | 71 | 54 | 0 | 110 | 117 | 24 | 5 | 101 | 61 |
| Binary | 11001101 | 111001 | 101100 | 0 | 1001000 | 1001111 | 10100 | 101 | 1000001 | 110001 |
Color Harmonies of #CD392C
Complementary color
Monochromatic Colors of #CD392C
Black with #CD392C
Text Example
Text Example
White with #CD392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD392C; }
p { color: rgb(205,57,44); }
H1.HeaderClassName
{
color: #CD392C;
}
.AnyTagClassName
{
color: #CD392C;
}
</style>
background-color css
<style>
a { background-color: #CD392C; }
a { background-color: rgb(205,57,44); }
div.DivClassName
{
background-color: #CD392C;
}
.BgClassName
{
background-color: #CD392C;
}
</style>
border-color css
<style>
span { border-color: #CD392C; }
span { border-color: rgb(205,57,44); }
td.TdClassName
{
border-color: #CD392C;
}
.TagClassName
{
border-color: #CD392C;
}
</style>