Shades of Persian Red #CD332C
Tints of Persian Red #CD332C
RGB
CMYK
RGB Variations
Color information
#CD332C (or 0xCD332C) is known color: Persian Red. HEX triplet: CD, 33 and 2C. RGB value is (205,51,44). Sum of RGB (Red+Green+Blue) = 205+51+44=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD332C is #32CCD3. Grayscale: #606060. Windows color (decimal): -3329236 or 2896845. OLE color: 2896845.
HSL color Cylindrical-coordinate representation of color #CD332C: hue angle of 2.61º 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 #CD332C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 44 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.20 |
| HSL | 2.61º | 0.65% | 0.49% | - |
| HSV(B) | 2.61º | 0.79% | 0.8% | - |
| XYZ | 26.82 | 15.53 | 3.97 | - |
| YUV | 96.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 44 | 0 | 0.75 | 0.79 | 0.20 | 2.61 | 0.65 | 0.49 |
| Hex | CD | 33 | 2C | 0 | 4B | 4F | 14 | 3 | 41 | 31 |
| Octal | 315 | 63 | 54 | 0 | 113 | 117 | 24 | 3 | 101 | 61 |
| Binary | 11001101 | 110011 | 101100 | 0 | 1001011 | 1001111 | 10100 | 11 | 1000001 | 110001 |
Color Harmonies of #CD332C
Complementary color
Monochromatic Colors of #CD332C
Black with #CD332C
Text Example
Text Example
White with #CD332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD332C; }
p { color: rgb(205,51,44); }
H1.HeaderClassName
{
color: #CD332C;
}
.AnyTagClassName
{
color: #CD332C;
}
</style>
background-color css
<style>
a { background-color: #CD332C; }
a { background-color: rgb(205,51,44); }
div.DivClassName
{
background-color: #CD332C;
}
.BgClassName
{
background-color: #CD332C;
}
</style>
border-color css
<style>
span { border-color: #CD332C; }
span { border-color: rgb(205,51,44); }
td.TdClassName
{
border-color: #CD332C;
}
.TagClassName
{
border-color: #CD332C;
}
</style>