Shades of Persian Red #C23D31
Tints of Persian Red #C23D31
RGB
CMYK
RGB Variations
Color information
#C23D31 (or 0xC23D31) is known color: Persian Red. HEX triplet: C2, 3D and 31. RGB value is (194,61,49). Sum of RGB (Red+Green+Blue) = 194+61+49=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D31 is #3DC2CE. Grayscale: #636363. Windows color (decimal): -4047567 or 3227074. OLE color: 3227074.
HSL color Cylindrical-coordinate representation of color #C23D31: hue angle of 4.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23D31 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 49 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.24 |
| HSL | 4.97º | 0.6% | 0.48% | - |
| HSV(B) | 4.97º | 0.75% | 0.76% | - |
| XYZ | 24.47 | 15.03 | 4.52 | - |
| YUV | 99.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 49 | 0 | 0.69 | 0.75 | 0.24 | 4.97 | 0.6 | 0.48 |
| Hex | C2 | 3D | 31 | 0 | 45 | 4B | 18 | 5 | 3C | 30 |
| Octal | 302 | 75 | 61 | 0 | 105 | 113 | 30 | 5 | 74 | 60 |
| Binary | 11000010 | 111101 | 110001 | 0 | 1000101 | 1001011 | 11000 | 101 | 111100 | 110000 |
Color Harmonies of #C23D31
Complementary color
Monochromatic Colors of #C23D31
Black with #C23D31
Text Example
Text Example
White with #C23D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D31; }
p { color: rgb(194,61,49); }
H1.HeaderClassName
{
color: #C23D31;
}
.AnyTagClassName
{
color: #C23D31;
}
</style>
background-color css
<style>
a { background-color: #C23D31; }
a { background-color: rgb(194,61,49); }
div.DivClassName
{
background-color: #C23D31;
}
.BgClassName
{
background-color: #C23D31;
}
</style>
border-color css
<style>
span { border-color: #C23D31; }
span { border-color: rgb(194,61,49); }
td.TdClassName
{
border-color: #C23D31;
}
.TagClassName
{
border-color: #C23D31;
}
</style>