Shades of Persian Red #C83933
Tints of Persian Red #C83933
RGB
CMYK
RGB Variations
Color information
#C83933 (or 0xC83933) is known color: Persian Red. HEX triplet: C8, 39 and 33. RGB value is (200,57,51). Sum of RGB (Red+Green+Blue) = 200+57+51=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C83933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83933 is #37C6CC. Grayscale: #636363. Windows color (decimal): -3655373 or 3357128. OLE color: 3357128.
HSL color Cylindrical-coordinate representation of color #C83933: hue angle of 2.42º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83933 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 51 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.22 |
| HSL | 2.42º | 0.59% | 0.49% | - |
| HSV(B) | 2.42º | 0.75% | 0.78% | - |
| XYZ | 25.88 | 15.44 | 4.75 | - |
| YUV | 99.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 51 | 0 | 0.72 | 0.74 | 0.22 | 2.42 | 0.59 | 0.49 |
| Hex | C8 | 39 | 33 | 0 | 48 | 4A | 16 | 2 | 3B | 31 |
| Octal | 310 | 71 | 63 | 0 | 110 | 112 | 26 | 2 | 73 | 61 |
| Binary | 11001000 | 111001 | 110011 | 0 | 1001000 | 1001010 | 10110 | 10 | 111011 | 110001 |
Color Harmonies of #C83933
Complementary color
Monochromatic Colors of #C83933
Black with #C83933
Text Example
Text Example
White with #C83933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83933; }
p { color: rgb(200,57,51); }
H1.HeaderClassName
{
color: #C83933;
}
.AnyTagClassName
{
color: #C83933;
}
</style>
background-color css
<style>
a { background-color: #C83933; }
a { background-color: rgb(200,57,51); }
div.DivClassName
{
background-color: #C83933;
}
.BgClassName
{
background-color: #C83933;
}
</style>
border-color css
<style>
span { border-color: #C83933; }
span { border-color: rgb(200,57,51); }
td.TdClassName
{
border-color: #C83933;
}
.TagClassName
{
border-color: #C83933;
}
</style>