Shades of Persian Red #C03326
Tints of Persian Red #C03326
RGB
CMYK
RGB Variations
Color information
#C03326 (or 0xC03326) is known color: Persian Red. HEX triplet: C0, 33 and 26. RGB value is (192,51,38). Sum of RGB (Red+Green+Blue) = 192+51+38=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03326 is #3FCCD9. Grayscale: #5B5B5B. Windows color (decimal): -4181210 or 2503616. OLE color: 2503616.
HSL color Cylindrical-coordinate representation of color #C03326: hue angle of 5.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03326 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 38 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.25 |
| HSL | 5.06º | 0.67% | 0.45% | - |
| HSV(B) | 5.06º | 0.8% | 0.75% | - |
| XYZ | 23.27 | 13.71 | 3.25 | - |
| YUV | 91.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 38 | 0 | 0.73 | 0.80 | 0.25 | 5.06 | 0.67 | 0.45 |
| Hex | C0 | 33 | 26 | 0 | 49 | 50 | 19 | 5 | 43 | 2D |
| Octal | 300 | 63 | 46 | 0 | 111 | 120 | 31 | 5 | 103 | 55 |
| Binary | 11000000 | 110011 | 100110 | 0 | 1001001 | 1010000 | 11001 | 101 | 1000011 | 101101 |
Color Harmonies of #C03326
Complementary color
Monochromatic Colors of #C03326
Black with #C03326
Text Example
Text Example
White with #C03326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03326; }
p { color: rgb(192,51,38); }
H1.HeaderClassName
{
color: #C03326;
}
.AnyTagClassName
{
color: #C03326;
}
</style>
background-color css
<style>
a { background-color: #C03326; }
a { background-color: rgb(192,51,38); }
div.DivClassName
{
background-color: #C03326;
}
.BgClassName
{
background-color: #C03326;
}
</style>
border-color css
<style>
span { border-color: #C03326; }
span { border-color: rgb(192,51,38); }
td.TdClassName
{
border-color: #C03326;
}
.TagClassName
{
border-color: #C03326;
}
</style>