Shades of Persian Red #CD3B2D
Tints of Persian Red #CD3B2D
RGB
CMYK
RGB Variations
Color information
#CD3B2D (or 0xCD3B2D) is known color: Persian Red. HEX triplet: CD, 3B and 2D. RGB value is (205,59,45). Sum of RGB (Red+Green+Blue) = 205+59+45=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3B2D is #32C4D2. Grayscale: #656565. Windows color (decimal): -3327187 or 2964429. OLE color: 2964429.
HSL color Cylindrical-coordinate representation of color #CD3B2D: hue angle of 5.25º 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 #CD3B2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 59 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.20 |
| HSL | 5.25º | 0.64% | 0.49% | - |
| HSV(B) | 5.25º | 0.78% | 0.8% | - |
| XYZ | 27.21 | 16.3 | 4.19 | - |
| YUV | 101.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 59 | 45 | 0 | 0.71 | 0.78 | 0.20 | 5.25 | 0.64 | 0.49 |
| Hex | CD | 3B | 2D | 0 | 47 | 4E | 14 | 5 | 40 | 31 |
| Octal | 315 | 73 | 55 | 0 | 107 | 116 | 24 | 5 | 100 | 61 |
| Binary | 11001101 | 111011 | 101101 | 0 | 1000111 | 1001110 | 10100 | 101 | 1000000 | 110001 |
Color Harmonies of #CD3B2D
Complementary color
Monochromatic Colors of #CD3B2D
Black with #CD3B2D
Text Example
Text Example
White with #CD3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3B2D; }
p { color: rgb(205,59,45); }
H1.HeaderClassName
{
color: #CD3B2D;
}
.AnyTagClassName
{
color: #CD3B2D;
}
</style>
background-color css
<style>
a { background-color: #CD3B2D; }
a { background-color: rgb(205,59,45); }
div.DivClassName
{
background-color: #CD3B2D;
}
.BgClassName
{
background-color: #CD3B2D;
}
</style>
border-color css
<style>
span { border-color: #CD3B2D; }
span { border-color: rgb(205,59,45); }
td.TdClassName
{
border-color: #CD3B2D;
}
.TagClassName
{
border-color: #CD3B2D;
}
</style>