Shades of Persian Red #CC3837
Tints of Persian Red #CC3837
RGB
CMYK
RGB Variations
Color information
#CC3837 (or 0xCC3837) is known color: Persian Red. HEX triplet: CC, 38 and 37. RGB value is (204,56,55). Sum of RGB (Red+Green+Blue) = 204+56+55=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3837 is #33C7C8. Grayscale: #646464. Windows color (decimal): -3393481 or 3619020. OLE color: 3619020.
HSL color Cylindrical-coordinate representation of color #CC3837: hue angle of 0.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3837 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 55 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.2 |
| HSL | 0.4º | 0.59% | 0.51% | - |
| HSV(B) | 0.4º | 0.73% | 0.8% | - |
| XYZ | 27.01 | 15.94 | 5.27 | - |
| YUV | 100.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 55 | 0 | 0.73 | 0.73 | 0.2 | 0.4 | 0.59 | 0.51 |
| Hex | CC | 38 | 37 | 0 | 49 | 49 | 14 | 0 | 3B | 33 |
| Octal | 314 | 70 | 67 | 0 | 111 | 111 | 24 | 0 | 73 | 63 |
| Binary | 11001100 | 111000 | 110111 | 0 | 1001001 | 1001001 | 10100 | 0 | 111011 | 110011 |
Color Harmonies of #CC3837
Complementary color
Monochromatic Colors of #CC3837
Black with #CC3837
Text Example
Text Example
White with #CC3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3837; }
p { color: rgb(204,56,55); }
H1.HeaderClassName
{
color: #CC3837;
}
.AnyTagClassName
{
color: #CC3837;
}
</style>
background-color css
<style>
a { background-color: #CC3837; }
a { background-color: rgb(204,56,55); }
div.DivClassName
{
background-color: #CC3837;
}
.BgClassName
{
background-color: #CC3837;
}
</style>
border-color css
<style>
span { border-color: #CC3837; }
span { border-color: rgb(204,56,55); }
td.TdClassName
{
border-color: #CC3837;
}
.TagClassName
{
border-color: #CC3837;
}
</style>