Shades of Persian Red #C33728
Tints of Persian Red #C33728
RGB
CMYK
RGB Variations
Color information
#C33728 (or 0xC33728) is known color: Persian Red. HEX triplet: C3, 37 and 28. RGB value is (195,55,40). Sum of RGB (Red+Green+Blue) = 195+55+40=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C33728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33728 is #3CC8D7. Grayscale: #5F5F5F. Windows color (decimal): -3983576 or 2635715. OLE color: 2635715.
HSL color Cylindrical-coordinate representation of color #C33728: hue angle of 5.81º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33728 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 40 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.24 |
| HSL | 5.81º | 0.66% | 0.46% | - |
| HSV(B) | 5.81º | 0.79% | 0.76% | - |
| XYZ | 24.25 | 14.49 | 3.53 | - |
| YUV | 95.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 40 | 0 | 0.72 | 0.79 | 0.24 | 5.81 | 0.66 | 0.46 |
| Hex | C3 | 37 | 28 | 0 | 48 | 4F | 18 | 6 | 42 | 2E |
| Octal | 303 | 67 | 50 | 0 | 110 | 117 | 30 | 6 | 102 | 56 |
| Binary | 11000011 | 110111 | 101000 | 0 | 1001000 | 1001111 | 11000 | 110 | 1000010 | 101110 |
Color Harmonies of #C33728
Complementary color
Monochromatic Colors of #C33728
Black with #C33728
Text Example
Text Example
White with #C33728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33728; }
p { color: rgb(195,55,40); }
H1.HeaderClassName
{
color: #C33728;
}
.AnyTagClassName
{
color: #C33728;
}
</style>
background-color css
<style>
a { background-color: #C33728; }
a { background-color: rgb(195,55,40); }
div.DivClassName
{
background-color: #C33728;
}
.BgClassName
{
background-color: #C33728;
}
</style>
border-color css
<style>
span { border-color: #C33728; }
span { border-color: rgb(195,55,40); }
td.TdClassName
{
border-color: #C33728;
}
.TagClassName
{
border-color: #C33728;
}
</style>