Shades of Persian Red #C23F39
Tints of Persian Red #C23F39
RGB
CMYK
RGB Variations
Color information
#C23F39 (or 0xC23F39) is known color: Persian Red. HEX triplet: C2, 3F and 39. RGB value is (194,63,57). Sum of RGB (Red+Green+Blue) = 194+63+57=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F39 is #3DC0C6. Grayscale: #656565. Windows color (decimal): -4047047 or 3751874. OLE color: 3751874.
HSL color Cylindrical-coordinate representation of color #C23F39: hue angle of 2.63º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23F39 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 57 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.24 |
| HSL | 2.63º | 0.55% | 0.49% | - |
| HSV(B) | 2.63º | 0.71% | 0.76% | - |
| XYZ | 24.76 | 15.32 | 5.52 | - |
| YUV | 101.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 57 | 0 | 0.68 | 0.71 | 0.24 | 2.63 | 0.55 | 0.49 |
| Hex | C2 | 3F | 39 | 0 | 44 | 47 | 18 | 3 | 37 | 31 |
| Octal | 302 | 77 | 71 | 0 | 104 | 107 | 30 | 3 | 67 | 61 |
| Binary | 11000010 | 111111 | 111001 | 0 | 1000100 | 1000111 | 11000 | 11 | 110111 | 110001 |
Color Harmonies of #C23F39
Complementary color
Monochromatic Colors of #C23F39
Black with #C23F39
Text Example
Text Example
White with #C23F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F39; }
p { color: rgb(194,63,57); }
H1.HeaderClassName
{
color: #C23F39;
}
.AnyTagClassName
{
color: #C23F39;
}
</style>
background-color css
<style>
a { background-color: #C23F39; }
a { background-color: rgb(194,63,57); }
div.DivClassName
{
background-color: #C23F39;
}
.BgClassName
{
background-color: #C23F39;
}
</style>
border-color css
<style>
span { border-color: #C23F39; }
span { border-color: rgb(194,63,57); }
td.TdClassName
{
border-color: #C23F39;
}
.TagClassName
{
border-color: #C23F39;
}
</style>