Shades of Persian Red #C33534
Tints of Persian Red #C33534
RGB
CMYK
RGB Variations
Color information
#C33534 (or 0xC33534) is known color: Persian Red. HEX triplet: C3, 35 and 34. RGB value is (195,53,52). Sum of RGB (Red+Green+Blue) = 195+53+52=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C33534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33534 is #3CCACB. Grayscale: #5F5F5F. Windows color (decimal): -3984076 or 3421635. OLE color: 3421635.
HSL color Cylindrical-coordinate representation of color #C33534: hue angle of 0.42º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33534 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 52 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.24 |
| HSL | 0.42º | 0.58% | 0.48% | - |
| HSV(B) | 0.42º | 0.73% | 0.76% | - |
| XYZ | 24.4 | 14.4 | 4.74 | - |
| YUV | 95.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 52 | 0 | 0.73 | 0.73 | 0.24 | 0.42 | 0.58 | 0.48 |
| Hex | C3 | 35 | 34 | 0 | 49 | 49 | 18 | 0 | 3A | 30 |
| Octal | 303 | 65 | 64 | 0 | 111 | 111 | 30 | 0 | 72 | 60 |
| Binary | 11000011 | 110101 | 110100 | 0 | 1001001 | 1001001 | 11000 | 0 | 111010 | 110000 |
Color Harmonies of #C33534
Complementary color
Monochromatic Colors of #C33534
Black with #C33534
Text Example
Text Example
White with #C33534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33534; }
p { color: rgb(195,53,52); }
H1.HeaderClassName
{
color: #C33534;
}
.AnyTagClassName
{
color: #C33534;
}
</style>
background-color css
<style>
a { background-color: #C33534; }
a { background-color: rgb(195,53,52); }
div.DivClassName
{
background-color: #C33534;
}
.BgClassName
{
background-color: #C33534;
}
</style>
border-color css
<style>
span { border-color: #C33534; }
span { border-color: rgb(195,53,52); }
td.TdClassName
{
border-color: #C33534;
}
.TagClassName
{
border-color: #C33534;
}
</style>