Shades of Persian Red #C3322B
Tints of Persian Red #C3322B
RGB
CMYK
RGB Variations
Color information
#C3322B (or 0xC3322B) is known color: Persian Red. HEX triplet: C3, 32 and 2B. RGB value is (195,50,43). Sum of RGB (Red+Green+Blue) = 195+50+43=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3322B is #3CCDD4. Grayscale: #5C5C5C. Windows color (decimal): -3984853 or 2831043. OLE color: 2831043.
HSL color Cylindrical-coordinate representation of color #C3322B: hue angle of 2.76º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3322B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.24 |
| HSL | 2.76º | 0.64% | 0.47% | - |
| HSV(B) | 2.76º | 0.78% | 0.76% | - |
| XYZ | 24.08 | 14.06 | 3.73 | - |
| YUV | 92.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 43 | 0 | 0.74 | 0.78 | 0.24 | 2.76 | 0.64 | 0.47 |
| Hex | C3 | 32 | 2B | 0 | 4A | 4E | 18 | 3 | 40 | 2F |
| Octal | 303 | 62 | 53 | 0 | 112 | 116 | 30 | 3 | 100 | 57 |
| Binary | 11000011 | 110010 | 101011 | 0 | 1001010 | 1001110 | 11000 | 11 | 1000000 | 101111 |
Color Harmonies of #C3322B
Complementary color
Monochromatic Colors of #C3322B
Black with #C3322B
Text Example
Text Example
White with #C3322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3322B; }
p { color: rgb(195,50,43); }
H1.HeaderClassName
{
color: #C3322B;
}
.AnyTagClassName
{
color: #C3322B;
}
</style>
background-color css
<style>
a { background-color: #C3322B; }
a { background-color: rgb(195,50,43); }
div.DivClassName
{
background-color: #C3322B;
}
.BgClassName
{
background-color: #C3322B;
}
</style>
border-color css
<style>
span { border-color: #C3322B; }
span { border-color: rgb(195,50,43); }
td.TdClassName
{
border-color: #C3322B;
}
.TagClassName
{
border-color: #C3322B;
}
</style>