Shades of Persian Red #C33832
Tints of Persian Red #C33832
RGB
CMYK
RGB Variations
Color information
#C33832 (or 0xC33832) is known color: Persian Red. HEX triplet: C3, 38 and 32. RGB value is (195,56,50). Sum of RGB (Red+Green+Blue) = 195+56+50=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33832 is #3CC7CD. Grayscale: #616161. Windows color (decimal): -3983310 or 3291331. OLE color: 3291331.
HSL color Cylindrical-coordinate representation of color #C33832: hue angle of 2.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33832 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 50 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.24 |
| HSL | 2.48º | 0.59% | 0.48% | - |
| HSV(B) | 2.48º | 0.74% | 0.76% | - |
| XYZ | 24.5 | 14.66 | 4.56 | - |
| YUV | 96.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 50 | 0 | 0.71 | 0.74 | 0.24 | 2.48 | 0.59 | 0.48 |
| Hex | C3 | 38 | 32 | 0 | 47 | 4A | 18 | 2 | 3B | 30 |
| Octal | 303 | 70 | 62 | 0 | 107 | 112 | 30 | 2 | 73 | 60 |
| Binary | 11000011 | 111000 | 110010 | 0 | 1000111 | 1001010 | 11000 | 10 | 111011 | 110000 |
Color Harmonies of #C33832
Complementary color
Monochromatic Colors of #C33832
Black with #C33832
Text Example
Text Example
White with #C33832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33832; }
p { color: rgb(195,56,50); }
H1.HeaderClassName
{
color: #C33832;
}
.AnyTagClassName
{
color: #C33832;
}
</style>
background-color css
<style>
a { background-color: #C33832; }
a { background-color: rgb(195,56,50); }
div.DivClassName
{
background-color: #C33832;
}
.BgClassName
{
background-color: #C33832;
}
</style>
border-color css
<style>
span { border-color: #C33832; }
span { border-color: rgb(195,56,50); }
td.TdClassName
{
border-color: #C33832;
}
.TagClassName
{
border-color: #C33832;
}
</style>