Shades of Persian Red #CD2E2C
Tints of Persian Red #CD2E2C
RGB
CMYK
RGB Variations
Color information
#CD2E2C (or 0xCD2E2C) is known color: Persian Red. HEX triplet: CD, 2E and 2C. RGB value is (205,46,44). Sum of RGB (Red+Green+Blue) = 205+46+44=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2E2C is #32D1D3. Grayscale: #5D5D5D. Windows color (decimal): -3330516 or 2895565. OLE color: 2895565.
HSL color Cylindrical-coordinate representation of color #CD2E2C: hue angle of 0.75º 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 #CD2E2C is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 44 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.20 |
| HSL | 0.75º | 0.65% | 0.49% | - |
| HSV(B) | 0.75º | 0.79% | 0.8% | - |
| XYZ | 26.61 | 15.11 | 3.9 | - |
| YUV | 93.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 44 | 0 | 0.78 | 0.79 | 0.20 | 0.75 | 0.65 | 0.49 |
| Hex | CD | 2E | 2C | 0 | 4E | 4F | 14 | 1 | 41 | 31 |
| Octal | 315 | 56 | 54 | 0 | 116 | 117 | 24 | 1 | 101 | 61 |
| Binary | 11001101 | 101110 | 101100 | 0 | 1001110 | 1001111 | 10100 | 1 | 1000001 | 110001 |
Color Harmonies of #CD2E2C
Complementary color
Monochromatic Colors of #CD2E2C
Black with #CD2E2C
Text Example
Text Example
White with #CD2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E2C; }
p { color: rgb(205,46,44); }
H1.HeaderClassName
{
color: #CD2E2C;
}
.AnyTagClassName
{
color: #CD2E2C;
}
</style>
background-color css
<style>
a { background-color: #CD2E2C; }
a { background-color: rgb(205,46,44); }
div.DivClassName
{
background-color: #CD2E2C;
}
.BgClassName
{
background-color: #CD2E2C;
}
</style>
border-color css
<style>
span { border-color: #CD2E2C; }
span { border-color: rgb(205,46,44); }
td.TdClassName
{
border-color: #CD2E2C;
}
.TagClassName
{
border-color: #CD2E2C;
}
</style>