Shades of Persian Red #CD2322
Tints of Persian Red #CD2322
RGB
CMYK
RGB Variations
Color information
#CD2322 (or 0xCD2322) is known color: Persian Red. HEX triplet: CD, 23 and 22. RGB value is (205,35,34). Sum of RGB (Red+Green+Blue) = 205+35+34=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2322 is #32DCDD. Grayscale: #555555. Windows color (decimal): -3333342 or 2237389. OLE color: 2237389.
HSL color Cylindrical-coordinate representation of color #CD2322: hue angle of 0.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2322 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 35 | 34 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.20 |
| HSL | 0.35º | 0.72% | 0.47% | - |
| HSV(B) | 0.35º | 0.83% | 0.8% | - |
| XYZ | 26.07 | 14.3 | 2.9 | - |
| YUV | 85.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 35 | 34 | 0 | 0.83 | 0.83 | 0.20 | 0.35 | 0.72 | 0.47 |
| Hex | CD | 23 | 22 | 0 | 53 | 53 | 14 | 0 | 48 | 2F |
| Octal | 315 | 43 | 42 | 0 | 123 | 123 | 24 | 0 | 110 | 57 |
| Binary | 11001101 | 100011 | 100010 | 0 | 1010011 | 1010011 | 10100 | 0 | 1001000 | 101111 |
Color Harmonies of #CD2322
Complementary color
Monochromatic Colors of #CD2322
Black with #CD2322
Text Example
Text Example
White with #CD2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2322; }
p { color: rgb(205,35,34); }
H1.HeaderClassName
{
color: #CD2322;
}
.AnyTagClassName
{
color: #CD2322;
}
</style>
background-color css
<style>
a { background-color: #CD2322; }
a { background-color: rgb(205,35,34); }
div.DivClassName
{
background-color: #CD2322;
}
.BgClassName
{
background-color: #CD2322;
}
</style>
border-color css
<style>
span { border-color: #CD2322; }
span { border-color: rgb(205,35,34); }
td.TdClassName
{
border-color: #CD2322;
}
.TagClassName
{
border-color: #CD2322;
}
</style>