Shades of Persian Red #CD2D29
Tints of Persian Red #CD2D29
RGB
CMYK
RGB Variations
Color information
#CD2D29 (or 0xCD2D29) is known color: Persian Red. HEX triplet: CD, 2D and 29. RGB value is (205,45,41). Sum of RGB (Red+Green+Blue) = 205+45+41=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D29 is #32D2D6. Grayscale: #5C5C5C. Windows color (decimal): -3330775 or 2698701. OLE color: 2698701.
HSL color Cylindrical-coordinate representation of color #CD2D29: hue angle of 1.46º 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 #CD2D29 is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 41 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.20 |
| HSL | 1.46º | 0.67% | 0.48% | - |
| HSV(B) | 1.46º | 0.8% | 0.8% | - |
| XYZ | 26.52 | 15.02 | 3.6 | - |
| YUV | 92.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 41 | 0 | 0.78 | 0.8 | 0.20 | 1.46 | 0.67 | 0.48 |
| Hex | CD | 2D | 29 | 0 | 4E | 50 | 14 | 1 | 43 | 30 |
| Octal | 315 | 55 | 51 | 0 | 116 | 120 | 24 | 1 | 103 | 60 |
| Binary | 11001101 | 101101 | 101001 | 0 | 1001110 | 1010000 | 10100 | 1 | 1000011 | 110000 |
Color Harmonies of #CD2D29
Complementary color
Monochromatic Colors of #CD2D29
Black with #CD2D29
Text Example
Text Example
White with #CD2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D29; }
p { color: rgb(205,45,41); }
H1.HeaderClassName
{
color: #CD2D29;
}
.AnyTagClassName
{
color: #CD2D29;
}
</style>
background-color css
<style>
a { background-color: #CD2D29; }
a { background-color: rgb(205,45,41); }
div.DivClassName
{
background-color: #CD2D29;
}
.BgClassName
{
background-color: #CD2D29;
}
</style>
border-color css
<style>
span { border-color: #CD2D29; }
span { border-color: rgb(205,45,41); }
td.TdClassName
{
border-color: #CD2D29;
}
.TagClassName
{
border-color: #CD2D29;
}
</style>