Shades of Persian Red #CC362C
Tints of Persian Red #CC362C
RGB
CMYK
RGB Variations
Color information
#CC362C (or 0xCC362C) is known color: Persian Red. HEX triplet: CC, 36 and 2C. RGB value is (204,54,44). Sum of RGB (Red+Green+Blue) = 204+54+44=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362C is #33C9D3. Grayscale: #616161. Windows color (decimal): -3394004 or 2897612. OLE color: 2897612.
HSL color Cylindrical-coordinate representation of color #CC362C: hue angle of 3.75º degrees, saturation: 0.65, 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 #CC362C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 44 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.2 |
| HSL | 3.75º | 0.65% | 0.49% | - |
| HSV(B) | 3.75º | 0.78% | 0.8% | - |
| XYZ | 26.68 | 15.66 | 4 | - |
| YUV | 97.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 44 | 0 | 0.74 | 0.78 | 0.2 | 3.75 | 0.65 | 0.49 |
| Hex | CC | 36 | 2C | 0 | 4A | 4E | 14 | 4 | 41 | 31 |
| Octal | 314 | 66 | 54 | 0 | 112 | 116 | 24 | 4 | 101 | 61 |
| Binary | 11001100 | 110110 | 101100 | 0 | 1001010 | 1001110 | 10100 | 100 | 1000001 | 110001 |
Color Harmonies of #CC362C
Complementary color
Monochromatic Colors of #CC362C
Black with #CC362C
Text Example
Text Example
White with #CC362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC362C; }
p { color: rgb(204,54,44); }
H1.HeaderClassName
{
color: #CC362C;
}
.AnyTagClassName
{
color: #CC362C;
}
</style>
background-color css
<style>
a { background-color: #CC362C; }
a { background-color: rgb(204,54,44); }
div.DivClassName
{
background-color: #CC362C;
}
.BgClassName
{
background-color: #CC362C;
}
</style>
border-color css
<style>
span { border-color: #CC362C; }
span { border-color: rgb(204,54,44); }
td.TdClassName
{
border-color: #CC362C;
}
.TagClassName
{
border-color: #CC362C;
}
</style>