Shades of Persian Red #CD302A
Tints of Persian Red #CD302A
RGB
CMYK
RGB Variations
Color information
#CD302A (or 0xCD302A) is known color: Persian Red. HEX triplet: CD, 30 and 2A. RGB value is (205,48,42). Sum of RGB (Red+Green+Blue) = 205+48+42=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD302A is #32CFD5. Grayscale: #5E5E5E. Windows color (decimal): -3330006 or 2765005. OLE color: 2765005.
HSL color Cylindrical-coordinate representation of color #CD302A: hue angle of 2.21º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD302A is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 42 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.20 |
| HSL | 2.21º | 0.66% | 0.48% | - |
| HSV(B) | 2.21º | 0.8% | 0.8% | - |
| XYZ | 26.65 | 15.26 | 3.73 | - |
| YUV | 94.26 | 98.51 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 42 | 0 | 0.77 | 0.80 | 0.20 | 2.21 | 0.66 | 0.48 |
| Hex | CD | 30 | 2A | 0 | 4D | 50 | 14 | 2 | 42 | 30 |
| Octal | 315 | 60 | 52 | 0 | 115 | 120 | 24 | 2 | 102 | 60 |
| Binary | 11001101 | 110000 | 101010 | 0 | 1001101 | 1010000 | 10100 | 10 | 1000010 | 110000 |
Color Harmonies of #CD302A
Complementary color
Monochromatic Colors of #CD302A
Black with #CD302A
Text Example
Text Example
White with #CD302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD302A; }
p { color: rgb(205,48,42); }
H1.HeaderClassName
{
color: #CD302A;
}
.AnyTagClassName
{
color: #CD302A;
}
</style>
background-color css
<style>
a { background-color: #CD302A; }
a { background-color: rgb(205,48,42); }
div.DivClassName
{
background-color: #CD302A;
}
.BgClassName
{
background-color: #CD302A;
}
</style>
border-color css
<style>
span { border-color: #CD302A; }
span { border-color: rgb(205,48,42); }
td.TdClassName
{
border-color: #CD302A;
}
.TagClassName
{
border-color: #CD302A;
}
</style>