Shades of Persian Red #C23430
Tints of Persian Red #C23430
RGB
CMYK
RGB Variations
Color information
#C23430 (or 0xC23430) is known color: Persian Red. HEX triplet: C2, 34 and 30. RGB value is (194,52,48). Sum of RGB (Red+Green+Blue) = 194+52+48=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C23430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23430 is #3DCBCF. Grayscale: #5E5E5E. Windows color (decimal): -4049872 or 3159234. OLE color: 3159234.
HSL color Cylindrical-coordinate representation of color #C23430: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23430 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 48 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.24 |
| HSL | 1.64º | 0.6% | 0.47% | - |
| HSV(B) | 1.64º | 0.75% | 0.76% | - |
| XYZ | 24.01 | 14.14 | 4.26 | - |
| YUV | 94 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 48 | 0 | 0.73 | 0.75 | 0.24 | 1.64 | 0.6 | 0.47 |
| Hex | C2 | 34 | 30 | 0 | 49 | 4B | 18 | 2 | 3C | 2F |
| Octal | 302 | 64 | 60 | 0 | 111 | 113 | 30 | 2 | 74 | 57 |
| Binary | 11000010 | 110100 | 110000 | 0 | 1001001 | 1001011 | 11000 | 10 | 111100 | 101111 |
Color Harmonies of #C23430
Complementary color
Monochromatic Colors of #C23430
Black with #C23430
Text Example
Text Example
White with #C23430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23430; }
p { color: rgb(194,52,48); }
H1.HeaderClassName
{
color: #C23430;
}
.AnyTagClassName
{
color: #C23430;
}
</style>
background-color css
<style>
a { background-color: #C23430; }
a { background-color: rgb(194,52,48); }
div.DivClassName
{
background-color: #C23430;
}
.BgClassName
{
background-color: #C23430;
}
</style>
border-color css
<style>
span { border-color: #C23430; }
span { border-color: rgb(194,52,48); }
td.TdClassName
{
border-color: #C23430;
}
.TagClassName
{
border-color: #C23430;
}
</style>