Shades of Persian Red #C03838
Tints of Persian Red #C03838
RGB
CMYK
RGB Variations
Color information
#C03838 (or 0xC03838) is known color: Persian Red. HEX triplet: C0, 38 and 38. RGB value is (192,56,56). Sum of RGB (Red+Green+Blue) = 192+56+56=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03838 is #3FC7C7. Grayscale: #606060. Windows color (decimal): -4179912 or 3684544. OLE color: 3684544.
HSL color Cylindrical-coordinate representation of color #C03838: hue angle of 0º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03838 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 56 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.25 |
| HSL | 0º | 0.55% | 0.49% | - |
| HSV(B) | 0º | 0.71% | 0.75% | - |
| XYZ | 23.87 | 14.32 | 5.25 | - |
| YUV | 96.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 56 | 0 | 0.71 | 0.71 | 0.25 | 0 | 0.55 | 0.49 |
| Hex | C0 | 38 | 38 | 0 | 47 | 47 | 19 | 0 | 37 | 31 |
| Octal | 300 | 70 | 70 | 0 | 107 | 107 | 31 | 0 | 67 | 61 |
| Binary | 11000000 | 111000 | 111000 | 0 | 1000111 | 1000111 | 11001 | 0 | 110111 | 110001 |
Color Harmonies of #C03838
Complementary color
Monochromatic Colors of #C03838
Black with #C03838
Text Example
Text Example
White with #C03838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03838; }
p { color: rgb(192,56,56); }
H1.HeaderClassName
{
color: #C03838;
}
.AnyTagClassName
{
color: #C03838;
}
</style>
background-color css
<style>
a { background-color: #C03838; }
a { background-color: rgb(192,56,56); }
div.DivClassName
{
background-color: #C03838;
}
.BgClassName
{
background-color: #C03838;
}
</style>
border-color css
<style>
span { border-color: #C03838; }
span { border-color: rgb(192,56,56); }
td.TdClassName
{
border-color: #C03838;
}
.TagClassName
{
border-color: #C03838;
}
</style>