Shades of Persian Red #C33631
Tints of Persian Red #C33631
RGB
CMYK
RGB Variations
Color information
#C33631 (or 0xC33631) is known color: Persian Red. HEX triplet: C3, 36 and 31. RGB value is (195,54,49). Sum of RGB (Red+Green+Blue) = 195+54+49=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33631 is #3CC9CE. Grayscale: #5F5F5F. Windows color (decimal): -3983823 or 3225283. OLE color: 3225283.
HSL color Cylindrical-coordinate representation of color #C33631: hue angle of 2.05º 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 #C33631 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 49 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.24 |
| HSL | 2.05º | 0.6% | 0.48% | - |
| HSV(B) | 2.05º | 0.75% | 0.76% | - |
| XYZ | 24.38 | 14.46 | 4.41 | - |
| YUV | 95.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 49 | 0 | 0.72 | 0.75 | 0.24 | 2.05 | 0.6 | 0.48 |
| Hex | C3 | 36 | 31 | 0 | 48 | 4B | 18 | 2 | 3C | 30 |
| Octal | 303 | 66 | 61 | 0 | 110 | 113 | 30 | 2 | 74 | 60 |
| Binary | 11000011 | 110110 | 110001 | 0 | 1001000 | 1001011 | 11000 | 10 | 111100 | 110000 |
Color Harmonies of #C33631
Complementary color
Monochromatic Colors of #C33631
Black with #C33631
Text Example
Text Example
White with #C33631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33631; }
p { color: rgb(195,54,49); }
H1.HeaderClassName
{
color: #C33631;
}
.AnyTagClassName
{
color: #C33631;
}
</style>
background-color css
<style>
a { background-color: #C33631; }
a { background-color: rgb(195,54,49); }
div.DivClassName
{
background-color: #C33631;
}
.BgClassName
{
background-color: #C33631;
}
</style>
border-color css
<style>
span { border-color: #C33631; }
span { border-color: rgb(195,54,49); }
td.TdClassName
{
border-color: #C33631;
}
.TagClassName
{
border-color: #C33631;
}
</style>