Shades of Persian Red #CD3A30
Tints of Persian Red #CD3A30
RGB
CMYK
RGB Variations
Color information
#CD3A30 (or 0xCD3A30) is known color: Persian Red. HEX triplet: CD, 3A and 30. RGB value is (205,58,48). Sum of RGB (Red+Green+Blue) = 205+58+48=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A30 is #32C5CF. Grayscale: #656565. Windows color (decimal): -3327440 or 3160781. OLE color: 3160781.
HSL color Cylindrical-coordinate representation of color #CD3A30: hue angle of 3.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3A30 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 48 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.20 |
| HSL | 3.82º | 0.62% | 0.5% | - |
| HSV(B) | 3.82º | 0.77% | 0.8% | - |
| XYZ | 27.22 | 16.22 | 4.49 | - |
| YUV | 100.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 48 | 0 | 0.72 | 0.77 | 0.20 | 3.82 | 0.62 | 0.5 |
| Hex | CD | 3A | 30 | 0 | 48 | 4D | 14 | 4 | 3E | 32 |
| Octal | 315 | 72 | 60 | 0 | 110 | 115 | 24 | 4 | 76 | 62 |
| Binary | 11001101 | 111010 | 110000 | 0 | 1001000 | 1001101 | 10100 | 100 | 111110 | 110010 |
Color Harmonies of #CD3A30
Complementary color
Monochromatic Colors of #CD3A30
Black with #CD3A30
Text Example
Text Example
White with #CD3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A30; }
p { color: rgb(205,58,48); }
H1.HeaderClassName
{
color: #CD3A30;
}
.AnyTagClassName
{
color: #CD3A30;
}
</style>
background-color css
<style>
a { background-color: #CD3A30; }
a { background-color: rgb(205,58,48); }
div.DivClassName
{
background-color: #CD3A30;
}
.BgClassName
{
background-color: #CD3A30;
}
</style>
border-color css
<style>
span { border-color: #CD3A30; }
span { border-color: rgb(205,58,48); }
td.TdClassName
{
border-color: #CD3A30;
}
.TagClassName
{
border-color: #CD3A30;
}
</style>