Shades of Persian Red #CC3826
Tints of Persian Red #CC3826
RGB
CMYK
RGB Variations
Color information
#CC3826 (or 0xCC3826) is known color: Persian Red. HEX triplet: CC, 38 and 26. RGB value is (204,56,38). Sum of RGB (Red+Green+Blue) = 204+56+38=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3826 is #33C7D9. Grayscale: #626262. Windows color (decimal): -3393498 or 2504908. OLE color: 2504908.
HSL color Cylindrical-coordinate representation of color #CC3826: hue angle of 6.51º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3826 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 38 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.2 |
| HSL | 6.51º | 0.69% | 0.47% | - |
| HSV(B) | 6.51º | 0.81% | 0.8% | - |
| XYZ | 26.67 | 15.81 | 3.48 | - |
| YUV | 98.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 38 | 0 | 0.73 | 0.81 | 0.2 | 6.51 | 0.69 | 0.47 |
| Hex | CC | 38 | 26 | 0 | 49 | 51 | 14 | 7 | 45 | 2F |
| Octal | 314 | 70 | 46 | 0 | 111 | 121 | 24 | 7 | 105 | 57 |
| Binary | 11001100 | 111000 | 100110 | 0 | 1001001 | 1010001 | 10100 | 111 | 1000101 | 101111 |
Color Harmonies of #CC3826
Complementary color
Monochromatic Colors of #CC3826
Black with #CC3826
Text Example
Text Example
White with #CC3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3826; }
p { color: rgb(204,56,38); }
H1.HeaderClassName
{
color: #CC3826;
}
.AnyTagClassName
{
color: #CC3826;
}
</style>
background-color css
<style>
a { background-color: #CC3826; }
a { background-color: rgb(204,56,38); }
div.DivClassName
{
background-color: #CC3826;
}
.BgClassName
{
background-color: #CC3826;
}
</style>
border-color css
<style>
span { border-color: #CC3826; }
span { border-color: rgb(204,56,38); }
td.TdClassName
{
border-color: #CC3826;
}
.TagClassName
{
border-color: #CC3826;
}
</style>