Shades of Persian Red #C33228
Tints of Persian Red #C33228
RGB
CMYK
RGB Variations
Color information
#C33228 (or 0xC33228) is known color: Persian Red. HEX triplet: C3, 32 and 28. RGB value is (195,50,40). Sum of RGB (Red+Green+Blue) = 195+50+40=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C33228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33228 is #3CCDD7. Grayscale: #5C5C5C. Windows color (decimal): -3984856 or 2634435. OLE color: 2634435.
HSL color Cylindrical-coordinate representation of color #C33228: hue angle of 3.87º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33228 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 40 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.24 |
| HSL | 3.87º | 0.66% | 0.46% | - |
| HSV(B) | 3.87º | 0.79% | 0.76% | - |
| XYZ | 24.03 | 14.04 | 3.45 | - |
| YUV | 92.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 40 | 0 | 0.74 | 0.79 | 0.24 | 3.87 | 0.66 | 0.46 |
| Hex | C3 | 32 | 28 | 0 | 4A | 4F | 18 | 4 | 42 | 2E |
| Octal | 303 | 62 | 50 | 0 | 112 | 117 | 30 | 4 | 102 | 56 |
| Binary | 11000011 | 110010 | 101000 | 0 | 1001010 | 1001111 | 11000 | 100 | 1000010 | 101110 |
Color Harmonies of #C33228
Complementary color
Monochromatic Colors of #C33228
Black with #C33228
Text Example
Text Example
White with #C33228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33228; }
p { color: rgb(195,50,40); }
H1.HeaderClassName
{
color: #C33228;
}
.AnyTagClassName
{
color: #C33228;
}
</style>
background-color css
<style>
a { background-color: #C33228; }
a { background-color: rgb(195,50,40); }
div.DivClassName
{
background-color: #C33228;
}
.BgClassName
{
background-color: #C33228;
}
</style>
border-color css
<style>
span { border-color: #C33228; }
span { border-color: rgb(195,50,40); }
td.TdClassName
{
border-color: #C33228;
}
.TagClassName
{
border-color: #C33228;
}
</style>