Shades of Persian Red #CD2D2B
Tints of Persian Red #CD2D2B
RGB
CMYK
RGB Variations
Color information
#CD2D2B (or 0xCD2D2B) is known color: Persian Red. HEX triplet: CD, 2D and 2B. RGB value is (205,45,43). Sum of RGB (Red+Green+Blue) = 205+45+43=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D2B is #32D2D4. Grayscale: #5C5C5C. Windows color (decimal): -3330773 or 2829773. OLE color: 2829773.
HSL color Cylindrical-coordinate representation of color #CD2D2B: hue angle of 0.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2D2B is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 43 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.20 |
| HSL | 0.74º | 0.65% | 0.49% | - |
| HSV(B) | 0.74º | 0.79% | 0.8% | - |
| XYZ | 26.55 | 15.03 | 3.79 | - |
| YUV | 92.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 43 | 0 | 0.78 | 0.79 | 0.20 | 0.74 | 0.65 | 0.49 |
| Hex | CD | 2D | 2B | 0 | 4E | 4F | 14 | 1 | 41 | 31 |
| Octal | 315 | 55 | 53 | 0 | 116 | 117 | 24 | 1 | 101 | 61 |
| Binary | 11001101 | 101101 | 101011 | 0 | 1001110 | 1001111 | 10100 | 1 | 1000001 | 110001 |
Color Harmonies of #CD2D2B
Complementary color
Monochromatic Colors of #CD2D2B
Black with #CD2D2B
Text Example
Text Example
White with #CD2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D2B; }
p { color: rgb(205,45,43); }
H1.HeaderClassName
{
color: #CD2D2B;
}
.AnyTagClassName
{
color: #CD2D2B;
}
</style>
background-color css
<style>
a { background-color: #CD2D2B; }
a { background-color: rgb(205,45,43); }
div.DivClassName
{
background-color: #CD2D2B;
}
.BgClassName
{
background-color: #CD2D2B;
}
</style>
border-color css
<style>
span { border-color: #CD2D2B; }
span { border-color: rgb(205,45,43); }
td.TdClassName
{
border-color: #CD2D2B;
}
.TagClassName
{
border-color: #CD2D2B;
}
</style>