Shades of Persian Red #C63833
Tints of Persian Red #C63833
RGB
CMYK
RGB Variations
Color information
#C63833 (or 0xC63833) is known color: Persian Red. HEX triplet: C6, 38 and 33. RGB value is (198,56,51). Sum of RGB (Red+Green+Blue) = 198+56+51=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C63833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63833 is #39C7CC. Grayscale: #626262. Windows color (decimal): -3786701 or 3356870. OLE color: 3356870.
HSL color Cylindrical-coordinate representation of color #C63833: hue angle of 2.04º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63833 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 51 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.22 |
| HSL | 2.04º | 0.59% | 0.49% | - |
| HSV(B) | 2.04º | 0.74% | 0.78% | - |
| XYZ | 25.3 | 15.07 | 4.71 | - |
| YUV | 97.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 51 | 0 | 0.72 | 0.74 | 0.22 | 2.04 | 0.59 | 0.49 |
| Hex | C6 | 38 | 33 | 0 | 48 | 4A | 16 | 2 | 3B | 31 |
| Octal | 306 | 70 | 63 | 0 | 110 | 112 | 26 | 2 | 73 | 61 |
| Binary | 11000110 | 111000 | 110011 | 0 | 1001000 | 1001010 | 10110 | 10 | 111011 | 110001 |
Color Harmonies of #C63833
Complementary color
Monochromatic Colors of #C63833
Black with #C63833
Text Example
Text Example
White with #C63833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63833; }
p { color: rgb(198,56,51); }
H1.HeaderClassName
{
color: #C63833;
}
.AnyTagClassName
{
color: #C63833;
}
</style>
background-color css
<style>
a { background-color: #C63833; }
a { background-color: rgb(198,56,51); }
div.DivClassName
{
background-color: #C63833;
}
.BgClassName
{
background-color: #C63833;
}
</style>
border-color css
<style>
span { border-color: #C63833; }
span { border-color: rgb(198,56,51); }
td.TdClassName
{
border-color: #C63833;
}
.TagClassName
{
border-color: #C63833;
}
</style>