Shades of Persian Red #C33527
Tints of Persian Red #C33527
RGB
CMYK
RGB Variations
Color information
#C33527 (or 0xC33527) is known color: Persian Red. HEX triplet: C3, 35 and 27. RGB value is (195,53,39). Sum of RGB (Red+Green+Blue) = 195+53+39=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C33527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33527 is #3CCAD8. Grayscale: #5E5E5E. Windows color (decimal): -3984089 or 2569667. OLE color: 2569667.
HSL color Cylindrical-coordinate representation of color #C33527: hue angle of 5.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C33527 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 39 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.24 |
| HSL | 5.38º | 0.67% | 0.46% | - |
| HSV(B) | 5.38º | 0.8% | 0.76% | - |
| XYZ | 24.14 | 14.29 | 3.41 | - |
| YUV | 93.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 39 | 0 | 0.73 | 0.80 | 0.24 | 5.38 | 0.67 | 0.46 |
| Hex | C3 | 35 | 27 | 0 | 49 | 50 | 18 | 5 | 43 | 2E |
| Octal | 303 | 65 | 47 | 0 | 111 | 120 | 30 | 5 | 103 | 56 |
| Binary | 11000011 | 110101 | 100111 | 0 | 1001001 | 1010000 | 11000 | 101 | 1000011 | 101110 |
Color Harmonies of #C33527
Complementary color
Monochromatic Colors of #C33527
Black with #C33527
Text Example
Text Example
White with #C33527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33527; }
p { color: rgb(195,53,39); }
H1.HeaderClassName
{
color: #C33527;
}
.AnyTagClassName
{
color: #C33527;
}
</style>
background-color css
<style>
a { background-color: #C33527; }
a { background-color: rgb(195,53,39); }
div.DivClassName
{
background-color: #C33527;
}
.BgClassName
{
background-color: #C33527;
}
</style>
border-color css
<style>
span { border-color: #C33527; }
span { border-color: rgb(195,53,39); }
td.TdClassName
{
border-color: #C33527;
}
.TagClassName
{
border-color: #C33527;
}
</style>