Shades of Persian Red #C33325
Tints of Persian Red #C33325
RGB
CMYK
RGB Variations
Color information
#C33325 (or 0xC33325) is known color: Persian Red. HEX triplet: C3, 33 and 25. RGB value is (195,51,37). Sum of RGB (Red+Green+Blue) = 195+51+37=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33325 is #3CCCDA. Grayscale: #5C5C5C. Windows color (decimal): -3984603 or 2438083. OLE color: 2438083.
HSL color Cylindrical-coordinate representation of color #C33325: hue angle of 5.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C33325 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 37 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.24 |
| HSL | 5.32º | 0.68% | 0.45% | - |
| HSV(B) | 5.32º | 0.81% | 0.76% | - |
| XYZ | 24.02 | 14.1 | 3.21 | - |
| YUV | 92.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 37 | 0 | 0.74 | 0.81 | 0.24 | 5.32 | 0.68 | 0.45 |
| Hex | C3 | 33 | 25 | 0 | 4A | 51 | 18 | 5 | 44 | 2D |
| Octal | 303 | 63 | 45 | 0 | 112 | 121 | 30 | 5 | 104 | 55 |
| Binary | 11000011 | 110011 | 100101 | 0 | 1001010 | 1010001 | 11000 | 101 | 1000100 | 101101 |
Color Harmonies of #C33325
Complementary color
Monochromatic Colors of #C33325
Black with #C33325
Text Example
Text Example
White with #C33325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33325; }
p { color: rgb(195,51,37); }
H1.HeaderClassName
{
color: #C33325;
}
.AnyTagClassName
{
color: #C33325;
}
</style>
background-color css
<style>
a { background-color: #C33325; }
a { background-color: rgb(195,51,37); }
div.DivClassName
{
background-color: #C33325;
}
.BgClassName
{
background-color: #C33325;
}
</style>
border-color css
<style>
span { border-color: #C33325; }
span { border-color: rgb(195,51,37); }
td.TdClassName
{
border-color: #C33325;
}
.TagClassName
{
border-color: #C33325;
}
</style>