Shades of Persian Red #C33327
Tints of Persian Red #C33327
RGB
CMYK
RGB Variations
Color information
#C33327 (or 0xC33327) is known color: Persian Red. HEX triplet: C3, 33 and 27. RGB value is (195,51,39). Sum of RGB (Red+Green+Blue) = 195+51+39=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C33327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33327 is #3CCCD8. Grayscale: #5C5C5C. Windows color (decimal): -3984601 or 2569155. OLE color: 2569155.
HSL color Cylindrical-coordinate representation of color #C33327: hue angle of 4.62º 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 #C33327 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 39 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.24 |
| HSL | 4.62º | 0.67% | 0.46% | - |
| HSV(B) | 4.62º | 0.8% | 0.76% | - |
| XYZ | 24.06 | 14.12 | 3.38 | - |
| YUV | 92.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 39 | 0 | 0.74 | 0.80 | 0.24 | 4.62 | 0.67 | 0.46 |
| Hex | C3 | 33 | 27 | 0 | 4A | 50 | 18 | 5 | 43 | 2E |
| Octal | 303 | 63 | 47 | 0 | 112 | 120 | 30 | 5 | 103 | 56 |
| Binary | 11000011 | 110011 | 100111 | 0 | 1001010 | 1010000 | 11000 | 101 | 1000011 | 101110 |
Color Harmonies of #C33327
Complementary color
Monochromatic Colors of #C33327
Black with #C33327
Text Example
Text Example
White with #C33327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33327; }
p { color: rgb(195,51,39); }
H1.HeaderClassName
{
color: #C33327;
}
.AnyTagClassName
{
color: #C33327;
}
</style>
background-color css
<style>
a { background-color: #C33327; }
a { background-color: rgb(195,51,39); }
div.DivClassName
{
background-color: #C33327;
}
.BgClassName
{
background-color: #C33327;
}
</style>
border-color css
<style>
span { border-color: #C33327; }
span { border-color: rgb(195,51,39); }
td.TdClassName
{
border-color: #C33327;
}
.TagClassName
{
border-color: #C33327;
}
</style>