Shades of Persian Red #CD3631
Tints of Persian Red #CD3631
RGB
CMYK
RGB Variations
Color information
#CD3631 (or 0xCD3631) is known color: Persian Red. HEX triplet: CD, 36 and 31. RGB value is (205,54,49). Sum of RGB (Red+Green+Blue) = 205+54+49=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3631 is #32C9CE. Grayscale: #626262. Windows color (decimal): -3328463 or 3225293. OLE color: 3225293.
HSL color Cylindrical-coordinate representation of color #CD3631: hue angle of 1.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3631 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 49 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.20 |
| HSL | 1.92º | 0.61% | 0.5% | - |
| HSV(B) | 1.92º | 0.76% | 0.8% | - |
| XYZ | 27.05 | 15.84 | 4.54 | - |
| YUV | 98.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 49 | 0 | 0.74 | 0.76 | 0.20 | 1.92 | 0.61 | 0.5 |
| Hex | CD | 36 | 31 | 0 | 4A | 4C | 14 | 2 | 3D | 32 |
| Octal | 315 | 66 | 61 | 0 | 112 | 114 | 24 | 2 | 75 | 62 |
| Binary | 11001101 | 110110 | 110001 | 0 | 1001010 | 1001100 | 10100 | 10 | 111101 | 110010 |
Color Harmonies of #CD3631
Complementary color
Monochromatic Colors of #CD3631
Black with #CD3631
Text Example
Text Example
White with #CD3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3631; }
p { color: rgb(205,54,49); }
H1.HeaderClassName
{
color: #CD3631;
}
.AnyTagClassName
{
color: #CD3631;
}
</style>
background-color css
<style>
a { background-color: #CD3631; }
a { background-color: rgb(205,54,49); }
div.DivClassName
{
background-color: #CD3631;
}
.BgClassName
{
background-color: #CD3631;
}
</style>
border-color css
<style>
span { border-color: #CD3631; }
span { border-color: rgb(205,54,49); }
td.TdClassName
{
border-color: #CD3631;
}
.TagClassName
{
border-color: #CD3631;
}
</style>