Shades of Persian Red #CD3C28
Tints of Persian Red #CD3C28
RGB
CMYK
RGB Variations
Color information
#CD3C28 (or 0xCD3C28) is known color: Persian Red. HEX triplet: CD, 3C and 28. RGB value is (205,60,40). Sum of RGB (Red+Green+Blue) = 205+60+40=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C28 is #32C3D7. Grayscale: #656565. Windows color (decimal): -3326936 or 2637005. OLE color: 2637005.
HSL color Cylindrical-coordinate representation of color #CD3C28: hue angle of 7.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD3C28 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 40 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.20 |
| HSL | 7.27º | 0.67% | 0.48% | - |
| HSV(B) | 7.27º | 0.8% | 0.8% | - |
| XYZ | 27.18 | 16.36 | 3.73 | - |
| YUV | 101.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 40 | 0 | 0.71 | 0.80 | 0.20 | 7.27 | 0.67 | 0.48 |
| Hex | CD | 3C | 28 | 0 | 47 | 50 | 14 | 7 | 43 | 30 |
| Octal | 315 | 74 | 50 | 0 | 107 | 120 | 24 | 7 | 103 | 60 |
| Binary | 11001101 | 111100 | 101000 | 0 | 1000111 | 1010000 | 10100 | 111 | 1000011 | 110000 |
Color Harmonies of #CD3C28
Complementary color
Monochromatic Colors of #CD3C28
Black with #CD3C28
Text Example
Text Example
White with #CD3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C28; }
p { color: rgb(205,60,40); }
H1.HeaderClassName
{
color: #CD3C28;
}
.AnyTagClassName
{
color: #CD3C28;
}
</style>
background-color css
<style>
a { background-color: #CD3C28; }
a { background-color: rgb(205,60,40); }
div.DivClassName
{
background-color: #CD3C28;
}
.BgClassName
{
background-color: #CD3C28;
}
</style>
border-color css
<style>
span { border-color: #CD3C28; }
span { border-color: rgb(205,60,40); }
td.TdClassName
{
border-color: #CD3C28;
}
.TagClassName
{
border-color: #CD3C28;
}
</style>