Shades of Persian Red #CD2D26
Tints of Persian Red #CD2D26
RGB
CMYK
RGB Variations
Color information
#CD2D26 (or 0xCD2D26) is known color: Persian Red. HEX triplet: CD, 2D and 26. RGB value is (205,45,38). Sum of RGB (Red+Green+Blue) = 205+45+38=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D26 is #32D2D9. Grayscale: #5C5C5C. Windows color (decimal): -3330778 or 2502093. OLE color: 2502093.
HSL color Cylindrical-coordinate representation of color #CD2D26: hue angle of 2.51º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2D26 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 38 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.20 |
| HSL | 2.51º | 0.69% | 0.48% | - |
| HSV(B) | 2.51º | 0.81% | 0.8% | - |
| XYZ | 26.47 | 15 | 3.33 | - |
| YUV | 92.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 38 | 0 | 0.78 | 0.81 | 0.20 | 2.51 | 0.69 | 0.48 |
| Hex | CD | 2D | 26 | 0 | 4E | 51 | 14 | 3 | 45 | 30 |
| Octal | 315 | 55 | 46 | 0 | 116 | 121 | 24 | 3 | 105 | 60 |
| Binary | 11001101 | 101101 | 100110 | 0 | 1001110 | 1010001 | 10100 | 11 | 1000101 | 110000 |
Color Harmonies of #CD2D26
Complementary color
Monochromatic Colors of #CD2D26
Black with #CD2D26
Text Example
Text Example
White with #CD2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D26; }
p { color: rgb(205,45,38); }
H1.HeaderClassName
{
color: #CD2D26;
}
.AnyTagClassName
{
color: #CD2D26;
}
</style>
background-color css
<style>
a { background-color: #CD2D26; }
a { background-color: rgb(205,45,38); }
div.DivClassName
{
background-color: #CD2D26;
}
.BgClassName
{
background-color: #CD2D26;
}
</style>
border-color css
<style>
span { border-color: #CD2D26; }
span { border-color: rgb(205,45,38); }
td.TdClassName
{
border-color: #CD2D26;
}
.TagClassName
{
border-color: #CD2D26;
}
</style>