Shades of Persian Red #C33125
Tints of Persian Red #C33125
RGB
CMYK
RGB Variations
Color information
#C33125 (or 0xC33125) is known color: Persian Red. HEX triplet: C3, 31 and 25. RGB value is (195,49,37). Sum of RGB (Red+Green+Blue) = 195+49+37=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C33125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33125 is #3CCEDA. Grayscale: #5B5B5B. Windows color (decimal): -3985115 or 2437571. OLE color: 2437571.
HSL color Cylindrical-coordinate representation of color #C33125: hue angle of 4.56º 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 #C33125 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 37 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.24 |
| HSL | 4.56º | 0.68% | 0.45% | - |
| HSV(B) | 4.56º | 0.81% | 0.76% | - |
| XYZ | 23.94 | 13.93 | 3.18 | - |
| YUV | 91.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 37 | 0 | 0.75 | 0.81 | 0.24 | 4.56 | 0.68 | 0.45 |
| Hex | C3 | 31 | 25 | 0 | 4B | 51 | 18 | 5 | 44 | 2D |
| Octal | 303 | 61 | 45 | 0 | 113 | 121 | 30 | 5 | 104 | 55 |
| Binary | 11000011 | 110001 | 100101 | 0 | 1001011 | 1010001 | 11000 | 101 | 1000100 | 101101 |
Color Harmonies of #C33125
Complementary color
Monochromatic Colors of #C33125
Black with #C33125
Text Example
Text Example
White with #C33125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33125; }
p { color: rgb(195,49,37); }
H1.HeaderClassName
{
color: #C33125;
}
.AnyTagClassName
{
color: #C33125;
}
</style>
background-color css
<style>
a { background-color: #C33125; }
a { background-color: rgb(195,49,37); }
div.DivClassName
{
background-color: #C33125;
}
.BgClassName
{
background-color: #C33125;
}
</style>
border-color css
<style>
span { border-color: #C33125; }
span { border-color: rgb(195,49,37); }
td.TdClassName
{
border-color: #C33125;
}
.TagClassName
{
border-color: #C33125;
}
</style>