Shades of Persian Red #CD3A38
Tints of Persian Red #CD3A38
RGB
CMYK
RGB Variations
Color information
#CD3A38 (or 0xCD3A38) is known color: Persian Red. HEX triplet: CD, 3A and 38. RGB value is (205,58,56). Sum of RGB (Red+Green+Blue) = 205+58+56=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A38 is #32C5C7. Grayscale: #656565. Windows color (decimal): -3327432 or 3685069. OLE color: 3685069.
HSL color Cylindrical-coordinate representation of color #CD3A38: hue angle of 0.81º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3A38 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 56 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.20 |
| HSL | 0.81º | 0.6% | 0.51% | - |
| HSV(B) | 0.81º | 0.73% | 0.8% | - |
| XYZ | 27.4 | 16.29 | 5.44 | - |
| YUV | 101.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 56 | 0 | 0.72 | 0.73 | 0.20 | 0.81 | 0.6 | 0.51 |
| Hex | CD | 3A | 38 | 0 | 48 | 49 | 14 | 1 | 3C | 33 |
| Octal | 315 | 72 | 70 | 0 | 110 | 111 | 24 | 1 | 74 | 63 |
| Binary | 11001101 | 111010 | 111000 | 0 | 1001000 | 1001001 | 10100 | 1 | 111100 | 110011 |
Color Harmonies of #CD3A38
Complementary color
Monochromatic Colors of #CD3A38
Black with #CD3A38
Text Example
Text Example
White with #CD3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A38; }
p { color: rgb(205,58,56); }
H1.HeaderClassName
{
color: #CD3A38;
}
.AnyTagClassName
{
color: #CD3A38;
}
</style>
background-color css
<style>
a { background-color: #CD3A38; }
a { background-color: rgb(205,58,56); }
div.DivClassName
{
background-color: #CD3A38;
}
.BgClassName
{
background-color: #CD3A38;
}
</style>
border-color css
<style>
span { border-color: #CD3A38; }
span { border-color: rgb(205,58,56); }
td.TdClassName
{
border-color: #CD3A38;
}
.TagClassName
{
border-color: #CD3A38;
}
</style>