Shades of Persian Red #C33226
Tints of Persian Red #C33226
RGB
CMYK
RGB Variations
Color information
#C33226 (or 0xC33226) is known color: Persian Red. HEX triplet: C3, 32 and 26. RGB value is (195,50,38). Sum of RGB (Red+Green+Blue) = 195+50+38=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33226 is #3CCDD9. Grayscale: #5C5C5C. Windows color (decimal): -3984858 or 2503363. OLE color: 2503363.
HSL color Cylindrical-coordinate representation of color #C33226: hue angle of 4.59º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C33226 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.24 |
| HSL | 4.59º | 0.67% | 0.46% | - |
| HSV(B) | 4.59º | 0.81% | 0.76% | - |
| XYZ | 24 | 14.02 | 3.28 | - |
| YUV | 91.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 38 | 0 | 0.74 | 0.81 | 0.24 | 4.59 | 0.67 | 0.46 |
| Hex | C3 | 32 | 26 | 0 | 4A | 51 | 18 | 5 | 43 | 2E |
| Octal | 303 | 62 | 46 | 0 | 112 | 121 | 30 | 5 | 103 | 56 |
| Binary | 11000011 | 110010 | 100110 | 0 | 1001010 | 1010001 | 11000 | 101 | 1000011 | 101110 |
Color Harmonies of #C33226
Complementary color
Monochromatic Colors of #C33226
Black with #C33226
Text Example
Text Example
White with #C33226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33226; }
p { color: rgb(195,50,38); }
H1.HeaderClassName
{
color: #C33226;
}
.AnyTagClassName
{
color: #C33226;
}
</style>
background-color css
<style>
a { background-color: #C33226; }
a { background-color: rgb(195,50,38); }
div.DivClassName
{
background-color: #C33226;
}
.BgClassName
{
background-color: #C33226;
}
</style>
border-color css
<style>
span { border-color: #C33226; }
span { border-color: rgb(195,50,38); }
td.TdClassName
{
border-color: #C33226;
}
.TagClassName
{
border-color: #C33226;
}
</style>