Shades of Persian Red #CD302D
Tints of Persian Red #CD302D
RGB
CMYK
RGB Variations
Color information
#CD302D (or 0xCD302D) is known color: Persian Red. HEX triplet: CD, 30 and 2D. RGB value is (205,48,45). Sum of RGB (Red+Green+Blue) = 205+48+45=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD302D is #32CFD2. Grayscale: #5E5E5E. Windows color (decimal): -3330003 or 2961613. OLE color: 2961613.
HSL color Cylindrical-coordinate representation of color #CD302D: hue angle of 1.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD302D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 45 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.20 |
| HSL | 1.13º | 0.64% | 0.49% | - |
| HSV(B) | 1.13º | 0.78% | 0.8% | - |
| XYZ | 26.71 | 15.28 | 4.02 | - |
| YUV | 94.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 45 | 0 | 0.77 | 0.78 | 0.20 | 1.13 | 0.64 | 0.49 |
| Hex | CD | 30 | 2D | 0 | 4D | 4E | 14 | 1 | 40 | 31 |
| Octal | 315 | 60 | 55 | 0 | 115 | 116 | 24 | 1 | 100 | 61 |
| Binary | 11001101 | 110000 | 101101 | 0 | 1001101 | 1001110 | 10100 | 1 | 1000000 | 110001 |
Color Harmonies of #CD302D
Complementary color
Monochromatic Colors of #CD302D
Black with #CD302D
Text Example
Text Example
White with #CD302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD302D; }
p { color: rgb(205,48,45); }
H1.HeaderClassName
{
color: #CD302D;
}
.AnyTagClassName
{
color: #CD302D;
}
</style>
background-color css
<style>
a { background-color: #CD302D; }
a { background-color: rgb(205,48,45); }
div.DivClassName
{
background-color: #CD302D;
}
.BgClassName
{
background-color: #CD302D;
}
</style>
border-color css
<style>
span { border-color: #CD302D; }
span { border-color: rgb(205,48,45); }
td.TdClassName
{
border-color: #CD302D;
}
.TagClassName
{
border-color: #CD302D;
}
</style>