Shades of Persian Red #CD3C38
Tints of Persian Red #CD3C38
RGB
CMYK
RGB Variations
Color information
#CD3C38 (or 0xCD3C38) is known color: Persian Red. HEX triplet: CD, 3C and 38. RGB value is (205,60,56). Sum of RGB (Red+Green+Blue) = 205+60+56=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C38 is #32C3C7. Grayscale: #676767. Windows color (decimal): -3326920 or 3685581. OLE color: 3685581.
HSL color Cylindrical-coordinate representation of color #CD3C38: hue angle of 1.61º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3C38 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 56 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.20 |
| HSL | 1.61º | 0.6% | 0.51% | - |
| HSV(B) | 1.61º | 0.73% | 0.8% | - |
| XYZ | 27.51 | 16.5 | 5.48 | - |
| YUV | 102.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 56 | 0 | 0.71 | 0.73 | 0.20 | 1.61 | 0.6 | 0.51 |
| Hex | CD | 3C | 38 | 0 | 47 | 49 | 14 | 2 | 3C | 33 |
| Octal | 315 | 74 | 70 | 0 | 107 | 111 | 24 | 2 | 74 | 63 |
| Binary | 11001101 | 111100 | 111000 | 0 | 1000111 | 1001001 | 10100 | 10 | 111100 | 110011 |
Color Harmonies of #CD3C38
Complementary color
Monochromatic Colors of #CD3C38
Black with #CD3C38
Text Example
Text Example
White with #CD3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C38; }
p { color: rgb(205,60,56); }
H1.HeaderClassName
{
color: #CD3C38;
}
.AnyTagClassName
{
color: #CD3C38;
}
</style>
background-color css
<style>
a { background-color: #CD3C38; }
a { background-color: rgb(205,60,56); }
div.DivClassName
{
background-color: #CD3C38;
}
.BgClassName
{
background-color: #CD3C38;
}
</style>
border-color css
<style>
span { border-color: #CD3C38; }
span { border-color: rgb(205,60,56); }
td.TdClassName
{
border-color: #CD3C38;
}
.TagClassName
{
border-color: #CD3C38;
}
</style>