Shades of Persian Red #C33F3D
Tints of Persian Red #C33F3D
RGB
CMYK
RGB Variations
Color information
#C33F3D (or 0xC33F3D) is known color: Persian Red. HEX triplet: C3, 3F and 3D. RGB value is (195,63,61). Sum of RGB (Red+Green+Blue) = 195+63+61=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F3D is #3CC0C2. Grayscale: #666666. Windows color (decimal): -3981507 or 4014019. OLE color: 4014019.
HSL color Cylindrical-coordinate representation of color #C33F3D: hue angle of 0.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33F3D is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 61 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.24 |
| HSL | 0.9º | 0.53% | 0.5% | - |
| HSV(B) | 0.9º | 0.69% | 0.76% | - |
| XYZ | 25.13 | 15.49 | 6.08 | - |
| YUV | 102.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 61 | 0 | 0.68 | 0.69 | 0.24 | 0.9 | 0.53 | 0.5 |
| Hex | C3 | 3F | 3D | 0 | 44 | 45 | 18 | 1 | 35 | 32 |
| Octal | 303 | 77 | 75 | 0 | 104 | 105 | 30 | 1 | 65 | 62 |
| Binary | 11000011 | 111111 | 111101 | 0 | 1000100 | 1000101 | 11000 | 1 | 110101 | 110010 |
Color Harmonies of #C33F3D
Complementary color
Monochromatic Colors of #C33F3D
Black with #C33F3D
Text Example
Text Example
White with #C33F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F3D; }
p { color: rgb(195,63,61); }
H1.HeaderClassName
{
color: #C33F3D;
}
.AnyTagClassName
{
color: #C33F3D;
}
</style>
background-color css
<style>
a { background-color: #C33F3D; }
a { background-color: rgb(195,63,61); }
div.DivClassName
{
background-color: #C33F3D;
}
.BgClassName
{
background-color: #C33F3D;
}
</style>
border-color css
<style>
span { border-color: #C33F3D; }
span { border-color: rgb(195,63,61); }
td.TdClassName
{
border-color: #C33F3D;
}
.TagClassName
{
border-color: #C33F3D;
}
</style>