Shades of Persian Red #CC3D37
Tints of Persian Red #CC3D37
RGB
CMYK
RGB Variations
Color information
#CC3D37 (or 0xCC3D37) is known color: Persian Red. HEX triplet: CC, 3D and 37. RGB value is (204,61,55). Sum of RGB (Red+Green+Blue) = 204+61+55=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D37 is #33C2C8. Grayscale: #676767. Windows color (decimal): -3392201 or 3620300. OLE color: 3620300.
HSL color Cylindrical-coordinate representation of color #CC3D37: hue angle of 2.42º 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 #CC3D37 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 55 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.2 |
| HSL | 2.42º | 0.59% | 0.51% | - |
| HSV(B) | 2.42º | 0.73% | 0.8% | - |
| XYZ | 27.26 | 16.45 | 5.35 | - |
| YUV | 103.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 55 | 0 | 0.70 | 0.73 | 0.2 | 2.42 | 0.59 | 0.51 |
| Hex | CC | 3D | 37 | 0 | 46 | 49 | 14 | 2 | 3B | 33 |
| Octal | 314 | 75 | 67 | 0 | 106 | 111 | 24 | 2 | 73 | 63 |
| Binary | 11001100 | 111101 | 110111 | 0 | 1000110 | 1001001 | 10100 | 10 | 111011 | 110011 |
Color Harmonies of #CC3D37
Complementary color
Monochromatic Colors of #CC3D37
Black with #CC3D37
Text Example
Text Example
White with #CC3D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D37; }
p { color: rgb(204,61,55); }
H1.HeaderClassName
{
color: #CC3D37;
}
.AnyTagClassName
{
color: #CC3D37;
}
</style>
background-color css
<style>
a { background-color: #CC3D37; }
a { background-color: rgb(204,61,55); }
div.DivClassName
{
background-color: #CC3D37;
}
.BgClassName
{
background-color: #CC3D37;
}
</style>
border-color css
<style>
span { border-color: #CC3D37; }
span { border-color: rgb(204,61,55); }
td.TdClassName
{
border-color: #CC3D37;
}
.TagClassName
{
border-color: #CC3D37;
}
</style>