Shades of Persian Red #CD423A
Tints of Persian Red #CD423A
RGB
CMYK
RGB Variations
Color information
#CD423A (or 0xCD423A) is known color: Persian Red. HEX triplet: CD, 42 and 3A. RGB value is (205,66,58). Sum of RGB (Red+Green+Blue) = 205+66+58=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD423A is #32BDC5. Grayscale: #6A6A6A. Windows color (decimal): -3325382 or 3818189. OLE color: 3818189.
HSL color Cylindrical-coordinate representation of color #CD423A: hue angle of 3.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD423A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 58 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.20 |
| HSL | 3.27º | 0.6% | 0.52% | - |
| HSV(B) | 3.27º | 0.72% | 0.8% | - |
| XYZ | 27.89 | 17.18 | 5.85 | - |
| YUV | 106.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 58 | 0 | 0.68 | 0.72 | 0.20 | 3.27 | 0.6 | 0.52 |
| Hex | CD | 42 | 3A | 0 | 44 | 48 | 14 | 3 | 3C | 34 |
| Octal | 315 | 102 | 72 | 0 | 104 | 110 | 24 | 3 | 74 | 64 |
| Binary | 11001101 | 1000010 | 111010 | 0 | 1000100 | 1001000 | 10100 | 11 | 111100 | 110100 |
Color Harmonies of #CD423A
Complementary color
Monochromatic Colors of #CD423A
Black with #CD423A
Text Example
Text Example
White with #CD423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD423A; }
p { color: rgb(205,66,58); }
H1.HeaderClassName
{
color: #CD423A;
}
.AnyTagClassName
{
color: #CD423A;
}
</style>
background-color css
<style>
a { background-color: #CD423A; }
a { background-color: rgb(205,66,58); }
div.DivClassName
{
background-color: #CD423A;
}
.BgClassName
{
background-color: #CD423A;
}
</style>
border-color css
<style>
span { border-color: #CD423A; }
span { border-color: rgb(205,66,58); }
td.TdClassName
{
border-color: #CD423A;
}
.TagClassName
{
border-color: #CD423A;
}
</style>