Shades of Persian Red #CD3A31
Tints of Persian Red #CD3A31
RGB
CMYK
RGB Variations
Color information
#CD3A31 (or 0xCD3A31) is known color: Persian Red. HEX triplet: CD, 3A and 31. RGB value is (205,58,49). Sum of RGB (Red+Green+Blue) = 205+58+49=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A31 is #32C5CE. Grayscale: #656565. Windows color (decimal): -3327439 or 3226317. OLE color: 3226317.
HSL color Cylindrical-coordinate representation of color #CD3A31: hue angle of 3.46º 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 #CD3A31 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.20 |
| HSL | 3.46º | 0.61% | 0.5% | - |
| HSV(B) | 3.46º | 0.76% | 0.8% | - |
| XYZ | 27.24 | 16.23 | 4.6 | - |
| YUV | 100.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 49 | 0 | 0.72 | 0.76 | 0.20 | 3.46 | 0.61 | 0.5 |
| Hex | CD | 3A | 31 | 0 | 48 | 4C | 14 | 3 | 3D | 32 |
| Octal | 315 | 72 | 61 | 0 | 110 | 114 | 24 | 3 | 75 | 62 |
| Binary | 11001101 | 111010 | 110001 | 0 | 1001000 | 1001100 | 10100 | 11 | 111101 | 110010 |
Color Harmonies of #CD3A31
Complementary color
Monochromatic Colors of #CD3A31
Black with #CD3A31
Text Example
Text Example
White with #CD3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A31; }
p { color: rgb(205,58,49); }
H1.HeaderClassName
{
color: #CD3A31;
}
.AnyTagClassName
{
color: #CD3A31;
}
</style>
background-color css
<style>
a { background-color: #CD3A31; }
a { background-color: rgb(205,58,49); }
div.DivClassName
{
background-color: #CD3A31;
}
.BgClassName
{
background-color: #CD3A31;
}
</style>
border-color css
<style>
span { border-color: #CD3A31; }
span { border-color: rgb(205,58,49); }
td.TdClassName
{
border-color: #CD3A31;
}
.TagClassName
{
border-color: #CD3A31;
}
</style>