Shades of Persian Red #CD2F2C
Tints of Persian Red #CD2F2C
RGB
CMYK
RGB Variations
Color information
#CD2F2C (or 0xCD2F2C) is known color: Persian Red. HEX triplet: CD, 2F and 2C. RGB value is (205,47,44). Sum of RGB (Red+Green+Blue) = 205+47+44=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2F2C is #32D0D3. Grayscale: #5E5E5E. Windows color (decimal): -3330260 or 2895821. OLE color: 2895821.
HSL color Cylindrical-coordinate representation of color #CD2F2C: hue angle of 1.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2F2C is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 44 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.20 |
| HSL | 1.12º | 0.65% | 0.49% | - |
| HSV(B) | 1.12º | 0.79% | 0.8% | - |
| XYZ | 26.65 | 15.19 | 3.91 | - |
| YUV | 93.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 44 | 0 | 0.77 | 0.79 | 0.20 | 1.12 | 0.65 | 0.49 |
| Hex | CD | 2F | 2C | 0 | 4D | 4F | 14 | 1 | 41 | 31 |
| Octal | 315 | 57 | 54 | 0 | 115 | 117 | 24 | 1 | 101 | 61 |
| Binary | 11001101 | 101111 | 101100 | 0 | 1001101 | 1001111 | 10100 | 1 | 1000001 | 110001 |
Color Harmonies of #CD2F2C
Complementary color
Monochromatic Colors of #CD2F2C
Black with #CD2F2C
Text Example
Text Example
White with #CD2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2F2C; }
p { color: rgb(205,47,44); }
H1.HeaderClassName
{
color: #CD2F2C;
}
.AnyTagClassName
{
color: #CD2F2C;
}
</style>
background-color css
<style>
a { background-color: #CD2F2C; }
a { background-color: rgb(205,47,44); }
div.DivClassName
{
background-color: #CD2F2C;
}
.BgClassName
{
background-color: #CD2F2C;
}
</style>
border-color css
<style>
span { border-color: #CD2F2C; }
span { border-color: rgb(205,47,44); }
td.TdClassName
{
border-color: #CD2F2C;
}
.TagClassName
{
border-color: #CD2F2C;
}
</style>