Shades of Persian Red #CC362E
Tints of Persian Red #CC362E
RGB
CMYK
RGB Variations
Color information
#CC362E (or 0xCC362E) is known color: Persian Red. HEX triplet: CC, 36 and 2E. RGB value is (204,54,46). Sum of RGB (Red+Green+Blue) = 204+54+46=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362E is #33C9D1. Grayscale: #626262. Windows color (decimal): -3394002 or 3028684. OLE color: 3028684.
HSL color Cylindrical-coordinate representation of color #CC362E: hue angle of 3.04º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC362E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 46 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.2 |
| HSL | 3.04º | 0.63% | 0.49% | - |
| HSV(B) | 3.04º | 0.77% | 0.8% | - |
| XYZ | 26.71 | 15.67 | 4.2 | - |
| YUV | 97.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 46 | 0 | 0.74 | 0.77 | 0.2 | 3.04 | 0.63 | 0.49 |
| Hex | CC | 36 | 2E | 0 | 4A | 4D | 14 | 3 | 3F | 31 |
| Octal | 314 | 66 | 56 | 0 | 112 | 115 | 24 | 3 | 77 | 61 |
| Binary | 11001100 | 110110 | 101110 | 0 | 1001010 | 1001101 | 10100 | 11 | 111111 | 110001 |
Color Harmonies of #CC362E
Complementary color
Monochromatic Colors of #CC362E
Black with #CC362E
Text Example
Text Example
White with #CC362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC362E; }
p { color: rgb(204,54,46); }
H1.HeaderClassName
{
color: #CC362E;
}
.AnyTagClassName
{
color: #CC362E;
}
</style>
background-color css
<style>
a { background-color: #CC362E; }
a { background-color: rgb(204,54,46); }
div.DivClassName
{
background-color: #CC362E;
}
.BgClassName
{
background-color: #CC362E;
}
</style>
border-color css
<style>
span { border-color: #CC362E; }
span { border-color: rgb(204,54,46); }
td.TdClassName
{
border-color: #CC362E;
}
.TagClassName
{
border-color: #CC362E;
}
</style>