Shades of Persian Red #CC3B2A
Tints of Persian Red #CC3B2A
RGB
CMYK
RGB Variations
Color information
#CC3B2A (or 0xCC3B2A) is known color: Persian Red. HEX triplet: CC, 3B and 2A. RGB value is (204,59,42). Sum of RGB (Red+Green+Blue) = 204+59+42=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3B2A is #33C4D5. Grayscale: #646464. Windows color (decimal): -3392726 or 2767820. OLE color: 2767820.
HSL color Cylindrical-coordinate representation of color #CC3B2A: hue angle of 6.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC3B2A is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 59 | 42 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.2 |
| HSL | 6.3º | 0.66% | 0.48% | - |
| HSV(B) | 6.3º | 0.79% | 0.8% | - |
| XYZ | 26.88 | 16.13 | 3.89 | - |
| YUV | 100.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 42 | 0 | 0.71 | 0.79 | 0.2 | 6.3 | 0.66 | 0.48 |
| Hex | CC | 3B | 2A | 0 | 47 | 4F | 14 | 6 | 42 | 30 |
| Octal | 314 | 73 | 52 | 0 | 107 | 117 | 24 | 6 | 102 | 60 |
| Binary | 11001100 | 111011 | 101010 | 0 | 1000111 | 1001111 | 10100 | 110 | 1000010 | 110000 |
Color Harmonies of #CC3B2A
Complementary color
Monochromatic Colors of #CC3B2A
Black with #CC3B2A
Text Example
Text Example
White with #CC3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3B2A; }
p { color: rgb(204,59,42); }
H1.HeaderClassName
{
color: #CC3B2A;
}
.AnyTagClassName
{
color: #CC3B2A;
}
</style>
background-color css
<style>
a { background-color: #CC3B2A; }
a { background-color: rgb(204,59,42); }
div.DivClassName
{
background-color: #CC3B2A;
}
.BgClassName
{
background-color: #CC3B2A;
}
</style>
border-color css
<style>
span { border-color: #CC3B2A; }
span { border-color: rgb(204,59,42); }
td.TdClassName
{
border-color: #CC3B2A;
}
.TagClassName
{
border-color: #CC3B2A;
}
</style>