Shades of Persian Red #CD2C28
Tints of Persian Red #CD2C28
RGB
CMYK
RGB Variations
Color information
#CD2C28 (or 0xCD2C28) is known color: Persian Red. HEX triplet: CD, 2C and 28. RGB value is (205,44,40). Sum of RGB (Red+Green+Blue) = 205+44+40=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C28 is #32D3D7. Grayscale: #5B5B5B. Windows color (decimal): -3331032 or 2632909. OLE color: 2632909.
HSL color Cylindrical-coordinate representation of color #CD2C28: hue angle of 1.45º 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 #CD2C28 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 40 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.20 |
| HSL | 1.45º | 0.67% | 0.48% | - |
| HSV(B) | 1.45º | 0.8% | 0.8% | - |
| XYZ | 26.46 | 14.93 | 3.5 | - |
| YUV | 91.68 | 98.84 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 40 | 0 | 0.79 | 0.80 | 0.20 | 1.45 | 0.67 | 0.48 |
| Hex | CD | 2C | 28 | 0 | 4F | 50 | 14 | 1 | 43 | 30 |
| Octal | 315 | 54 | 50 | 0 | 117 | 120 | 24 | 1 | 103 | 60 |
| Binary | 11001101 | 101100 | 101000 | 0 | 1001111 | 1010000 | 10100 | 1 | 1000011 | 110000 |
Color Harmonies of #CD2C28
Complementary color
Monochromatic Colors of #CD2C28
Black with #CD2C28
Text Example
Text Example
White with #CD2C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C28; }
p { color: rgb(205,44,40); }
H1.HeaderClassName
{
color: #CD2C28;
}
.AnyTagClassName
{
color: #CD2C28;
}
</style>
background-color css
<style>
a { background-color: #CD2C28; }
a { background-color: rgb(205,44,40); }
div.DivClassName
{
background-color: #CD2C28;
}
.BgClassName
{
background-color: #CD2C28;
}
</style>
border-color css
<style>
span { border-color: #CD2C28; }
span { border-color: rgb(205,44,40); }
td.TdClassName
{
border-color: #CD2C28;
}
.TagClassName
{
border-color: #CD2C28;
}
</style>