Shades of Persian Red #C33230
Tints of Persian Red #C33230
RGB
CMYK
RGB Variations
Color information
#C33230 (or 0xC33230) is known color: Persian Red. HEX triplet: C3, 32 and 30. RGB value is (195,50,48). Sum of RGB (Red+Green+Blue) = 195+50+48=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C33230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33230 is #3CCDCF. Grayscale: #5D5D5D. Windows color (decimal): -3984848 or 3158723. OLE color: 3158723.
HSL color Cylindrical-coordinate representation of color #C33230: hue angle of 0.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33230 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 48 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.24 |
| HSL | 0.82º | 0.6% | 0.48% | - |
| HSV(B) | 0.82º | 0.75% | 0.76% | - |
| XYZ | 24.18 | 14.1 | 4.24 | - |
| YUV | 93.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 48 | 0 | 0.74 | 0.75 | 0.24 | 0.82 | 0.6 | 0.48 |
| Hex | C3 | 32 | 30 | 0 | 4A | 4B | 18 | 1 | 3C | 30 |
| Octal | 303 | 62 | 60 | 0 | 112 | 113 | 30 | 1 | 74 | 60 |
| Binary | 11000011 | 110010 | 110000 | 0 | 1001010 | 1001011 | 11000 | 1 | 111100 | 110000 |
Color Harmonies of #C33230
Complementary color
Monochromatic Colors of #C33230
Black with #C33230
Text Example
Text Example
White with #C33230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33230; }
p { color: rgb(195,50,48); }
H1.HeaderClassName
{
color: #C33230;
}
.AnyTagClassName
{
color: #C33230;
}
</style>
background-color css
<style>
a { background-color: #C33230; }
a { background-color: rgb(195,50,48); }
div.DivClassName
{
background-color: #C33230;
}
.BgClassName
{
background-color: #C33230;
}
</style>
border-color css
<style>
span { border-color: #C33230; }
span { border-color: rgb(195,50,48); }
td.TdClassName
{
border-color: #C33230;
}
.TagClassName
{
border-color: #C33230;
}
</style>