Shades of Persian Red #CC3B28
Tints of Persian Red #CC3B28
RGB
CMYK
RGB Variations
Color information
#CC3B28 (or 0xCC3B28) is known color: Persian Red. HEX triplet: CC, 3B and 28. RGB value is (204,59,40). Sum of RGB (Red+Green+Blue) = 204+59+40=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3B28 is #33C4D7. Grayscale: #646464. Windows color (decimal): -3392728 or 2636748. OLE color: 2636748.
HSL color Cylindrical-coordinate representation of color #CC3B28: hue angle of 6.95º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC3B28 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 59 | 40 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.2 |
| HSL | 6.95º | 0.67% | 0.48% | - |
| HSV(B) | 6.95º | 0.8% | 0.8% | - |
| XYZ | 26.85 | 16.12 | 3.7 | - |
| YUV | 100.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 40 | 0 | 0.71 | 0.80 | 0.2 | 6.95 | 0.67 | 0.48 |
| Hex | CC | 3B | 28 | 0 | 47 | 50 | 14 | 7 | 43 | 30 |
| Octal | 314 | 73 | 50 | 0 | 107 | 120 | 24 | 7 | 103 | 60 |
| Binary | 11001100 | 111011 | 101000 | 0 | 1000111 | 1010000 | 10100 | 111 | 1000011 | 110000 |
Color Harmonies of #CC3B28
Complementary color
Monochromatic Colors of #CC3B28
Black with #CC3B28
Text Example
Text Example
White with #CC3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3B28; }
p { color: rgb(204,59,40); }
H1.HeaderClassName
{
color: #CC3B28;
}
.AnyTagClassName
{
color: #CC3B28;
}
</style>
background-color css
<style>
a { background-color: #CC3B28; }
a { background-color: rgb(204,59,40); }
div.DivClassName
{
background-color: #CC3B28;
}
.BgClassName
{
background-color: #CC3B28;
}
</style>
border-color css
<style>
span { border-color: #CC3B28; }
span { border-color: rgb(204,59,40); }
td.TdClassName
{
border-color: #CC3B28;
}
.TagClassName
{
border-color: #CC3B28;
}
</style>