Shades of Persian Red #C33626
Tints of Persian Red #C33626
RGB
CMYK
RGB Variations
Color information
#C33626 (or 0xC33626) is known color: Persian Red. HEX triplet: C3, 36 and 26. RGB value is (195,54,38). Sum of RGB (Red+Green+Blue) = 195+54+38=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C33626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33626 is #3CC9D9. Grayscale: #5E5E5E. Windows color (decimal): -3983834 or 2504387. OLE color: 2504387.
HSL color Cylindrical-coordinate representation of color #C33626: hue angle of 6.11º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C33626 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 38 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.24 |
| HSL | 6.11º | 0.67% | 0.46% | - |
| HSV(B) | 6.11º | 0.81% | 0.76% | - |
| XYZ | 24.17 | 14.38 | 3.34 | - |
| YUV | 94.34 | 96.21 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 38 | 0 | 0.72 | 0.81 | 0.24 | 6.11 | 0.67 | 0.46 |
| Hex | C3 | 36 | 26 | 0 | 48 | 51 | 18 | 6 | 43 | 2E |
| Octal | 303 | 66 | 46 | 0 | 110 | 121 | 30 | 6 | 103 | 56 |
| Binary | 11000011 | 110110 | 100110 | 0 | 1001000 | 1010001 | 11000 | 110 | 1000011 | 101110 |
Color Harmonies of #C33626
Complementary color
Monochromatic Colors of #C33626
Black with #C33626
Text Example
Text Example
White with #C33626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33626; }
p { color: rgb(195,54,38); }
H1.HeaderClassName
{
color: #C33626;
}
.AnyTagClassName
{
color: #C33626;
}
</style>
background-color css
<style>
a { background-color: #C33626; }
a { background-color: rgb(195,54,38); }
div.DivClassName
{
background-color: #C33626;
}
.BgClassName
{
background-color: #C33626;
}
</style>
border-color css
<style>
span { border-color: #C33626; }
span { border-color: rgb(195,54,38); }
td.TdClassName
{
border-color: #C33626;
}
.TagClassName
{
border-color: #C33626;
}
</style>