Shades of Persian Red #C33A37
Tints of Persian Red #C33A37
RGB
CMYK
RGB Variations
Color information
#C33A37 (or 0xC33A37) is known color: Persian Red. HEX triplet: C3, 3A and 37. RGB value is (195,58,55). Sum of RGB (Red+Green+Blue) = 195+58+55=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A37 is #3CC5C8. Grayscale: #626262. Windows color (decimal): -3982793 or 3619523. OLE color: 3619523.
HSL color Cylindrical-coordinate representation of color #C33A37: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33A37 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 55 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.24 |
| HSL | 1.29º | 0.56% | 0.49% | - |
| HSV(B) | 1.29º | 0.72% | 0.76% | - |
| XYZ | 24.71 | 14.9 | 5.19 | - |
| YUV | 98.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 55 | 0 | 0.70 | 0.72 | 0.24 | 1.29 | 0.56 | 0.49 |
| Hex | C3 | 3A | 37 | 0 | 46 | 48 | 18 | 1 | 38 | 31 |
| Octal | 303 | 72 | 67 | 0 | 106 | 110 | 30 | 1 | 70 | 61 |
| Binary | 11000011 | 111010 | 110111 | 0 | 1000110 | 1001000 | 11000 | 1 | 111000 | 110001 |
Color Harmonies of #C33A37
Complementary color
Monochromatic Colors of #C33A37
Black with #C33A37
Text Example
Text Example
White with #C33A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A37; }
p { color: rgb(195,58,55); }
H1.HeaderClassName
{
color: #C33A37;
}
.AnyTagClassName
{
color: #C33A37;
}
</style>
background-color css
<style>
a { background-color: #C33A37; }
a { background-color: rgb(195,58,55); }
div.DivClassName
{
background-color: #C33A37;
}
.BgClassName
{
background-color: #C33A37;
}
</style>
border-color css
<style>
span { border-color: #C33A37; }
span { border-color: rgb(195,58,55); }
td.TdClassName
{
border-color: #C33A37;
}
.TagClassName
{
border-color: #C33A37;
}
</style>