Shades of Persian Red #C23332
Tints of Persian Red #C23332
RGB
CMYK
RGB Variations
Color information
#C23332 (or 0xC23332) is known color: Persian Red. HEX triplet: C2, 33 and 32. RGB value is (194,51,50). Sum of RGB (Red+Green+Blue) = 194+51+50=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C23332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23332 is #3DCCCD. Grayscale: #5D5D5D. Windows color (decimal): -4050126 or 3290050. OLE color: 3290050.
HSL color Cylindrical-coordinate representation of color #C23332: hue angle of 0.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23332 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 50 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.24 |
| HSL | 0.42º | 0.59% | 0.48% | - |
| HSV(B) | 0.42º | 0.74% | 0.76% | - |
| XYZ | 24.01 | 14.07 | 4.47 | - |
| YUV | 93.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 50 | 0 | 0.74 | 0.74 | 0.24 | 0.42 | 0.59 | 0.48 |
| Hex | C2 | 33 | 32 | 0 | 4A | 4A | 18 | 0 | 3B | 30 |
| Octal | 302 | 63 | 62 | 0 | 112 | 112 | 30 | 0 | 73 | 60 |
| Binary | 11000010 | 110011 | 110010 | 0 | 1001010 | 1001010 | 11000 | 0 | 111011 | 110000 |
Color Harmonies of #C23332
Complementary color
Monochromatic Colors of #C23332
Black with #C23332
Text Example
Text Example
White with #C23332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23332; }
p { color: rgb(194,51,50); }
H1.HeaderClassName
{
color: #C23332;
}
.AnyTagClassName
{
color: #C23332;
}
</style>
background-color css
<style>
a { background-color: #C23332; }
a { background-color: rgb(194,51,50); }
div.DivClassName
{
background-color: #C23332;
}
.BgClassName
{
background-color: #C23332;
}
</style>
border-color css
<style>
span { border-color: #C23332; }
span { border-color: rgb(194,51,50); }
td.TdClassName
{
border-color: #C23332;
}
.TagClassName
{
border-color: #C23332;
}
</style>