Shades of Persian Red #CC3828
Tints of Persian Red #CC3828
RGB
CMYK
RGB Variations
Color information
#CC3828 (or 0xCC3828) is known color: Persian Red. HEX triplet: CC, 38 and 28. RGB value is (204,56,40). Sum of RGB (Red+Green+Blue) = 204+56+40=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3828 is #33C7D7. Grayscale: #626262. Windows color (decimal): -3393496 or 2635980. OLE color: 2635980.
HSL color Cylindrical-coordinate representation of color #CC3828: hue angle of 5.85º 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 #CC3828 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 40 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.2 |
| HSL | 5.85º | 0.67% | 0.48% | - |
| HSV(B) | 5.85º | 0.8% | 0.8% | - |
| XYZ | 26.7 | 15.82 | 3.65 | - |
| YUV | 98.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 40 | 0 | 0.73 | 0.80 | 0.2 | 5.85 | 0.67 | 0.48 |
| Hex | CC | 38 | 28 | 0 | 49 | 50 | 14 | 6 | 43 | 30 |
| Octal | 314 | 70 | 50 | 0 | 111 | 120 | 24 | 6 | 103 | 60 |
| Binary | 11001100 | 111000 | 101000 | 0 | 1001001 | 1010000 | 10100 | 110 | 1000011 | 110000 |
Color Harmonies of #CC3828
Complementary color
Monochromatic Colors of #CC3828
Black with #CC3828
Text Example
Text Example
White with #CC3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3828; }
p { color: rgb(204,56,40); }
H1.HeaderClassName
{
color: #CC3828;
}
.AnyTagClassName
{
color: #CC3828;
}
</style>
background-color css
<style>
a { background-color: #CC3828; }
a { background-color: rgb(204,56,40); }
div.DivClassName
{
background-color: #CC3828;
}
.BgClassName
{
background-color: #CC3828;
}
</style>
border-color css
<style>
span { border-color: #CC3828; }
span { border-color: rgb(204,56,40); }
td.TdClassName
{
border-color: #CC3828;
}
.TagClassName
{
border-color: #CC3828;
}
</style>