Shades of Persian Red #C93433
Tints of Persian Red #C93433
RGB
CMYK
RGB Variations
Color information
#C93433 (or 0xC93433) is known color: Persian Red. HEX triplet: C9, 34 and 33. RGB value is (201,52,51). Sum of RGB (Red+Green+Blue) = 201+52+51=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C93433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93433 is #36CBCC. Grayscale: #606060. Windows color (decimal): -3591117 or 3355849. OLE color: 3355849.
HSL color Cylindrical-coordinate representation of color #C93433: hue angle of 0.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93433 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 51 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.21 |
| HSL | 0.4º | 0.6% | 0.49% | - |
| HSV(B) | 0.4º | 0.75% | 0.79% | - |
| XYZ | 25.91 | 15.11 | 4.68 | - |
| YUV | 96.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 51 | 0 | 0.74 | 0.75 | 0.21 | 0.4 | 0.6 | 0.49 |
| Hex | C9 | 34 | 33 | 0 | 4A | 4B | 15 | 0 | 3C | 31 |
| Octal | 311 | 64 | 63 | 0 | 112 | 113 | 25 | 0 | 74 | 61 |
| Binary | 11001001 | 110100 | 110011 | 0 | 1001010 | 1001011 | 10101 | 0 | 111100 | 110001 |
Color Harmonies of #C93433
Complementary color
Monochromatic Colors of #C93433
Black with #C93433
Text Example
Text Example
White with #C93433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93433; }
p { color: rgb(201,52,51); }
H1.HeaderClassName
{
color: #C93433;
}
.AnyTagClassName
{
color: #C93433;
}
</style>
background-color css
<style>
a { background-color: #C93433; }
a { background-color: rgb(201,52,51); }
div.DivClassName
{
background-color: #C93433;
}
.BgClassName
{
background-color: #C93433;
}
</style>
border-color css
<style>
span { border-color: #C93433; }
span { border-color: rgb(201,52,51); }
td.TdClassName
{
border-color: #C93433;
}
.TagClassName
{
border-color: #C93433;
}
</style>