Shades of Persian Red #CC2622
Tints of Persian Red #CC2622
RGB
CMYK
RGB Variations
Color information
#CC2622 (or 0xCC2622) is known color: Persian Red. HEX triplet: CC, 26 and 22. RGB value is (204,38,34). Sum of RGB (Red+Green+Blue) = 204+38+34=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2622 is #33D9DD. Grayscale: #575757. Windows color (decimal): -3398110 or 2238156. OLE color: 2238156.
HSL color Cylindrical-coordinate representation of color #CC2622: hue angle of 1.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2622 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 34 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.2 |
| HSL | 1.41º | 0.71% | 0.47% | - |
| HSV(B) | 1.41º | 0.83% | 0.8% | - |
| XYZ | 25.88 | 14.34 | 2.92 | - |
| YUV | 87.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 34 | 0 | 0.81 | 0.83 | 0.2 | 1.41 | 0.71 | 0.47 |
| Hex | CC | 26 | 22 | 0 | 51 | 53 | 14 | 1 | 47 | 2F |
| Octal | 314 | 46 | 42 | 0 | 121 | 123 | 24 | 1 | 107 | 57 |
| Binary | 11001100 | 100110 | 100010 | 0 | 1010001 | 1010011 | 10100 | 1 | 1000111 | 101111 |
Color Harmonies of #CC2622
Complementary color
Monochromatic Colors of #CC2622
Black with #CC2622
Text Example
Text Example
White with #CC2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2622; }
p { color: rgb(204,38,34); }
H1.HeaderClassName
{
color: #CC2622;
}
.AnyTagClassName
{
color: #CC2622;
}
</style>
background-color css
<style>
a { background-color: #CC2622; }
a { background-color: rgb(204,38,34); }
div.DivClassName
{
background-color: #CC2622;
}
.BgClassName
{
background-color: #CC2622;
}
</style>
border-color css
<style>
span { border-color: #CC2622; }
span { border-color: rgb(204,38,34); }
td.TdClassName
{
border-color: #CC2622;
}
.TagClassName
{
border-color: #CC2622;
}
</style>