Shades of Persian Red #C33D38
Tints of Persian Red #C33D38
RGB
CMYK
RGB Variations
Color information
#C33D38 (or 0xC33D38) is known color: Persian Red. HEX triplet: C3, 3D and 38. RGB value is (195,61,56). Sum of RGB (Red+Green+Blue) = 195+61+56=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D38 is #3CC2C7. Grayscale: #646464. Windows color (decimal): -3982024 or 3685827. OLE color: 3685827.
HSL color Cylindrical-coordinate representation of color #C33D38: hue angle of 2.16º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33D38 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 56 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.24 |
| HSL | 2.16º | 0.55% | 0.49% | - |
| HSV(B) | 2.16º | 0.71% | 0.76% | - |
| XYZ | 24.89 | 15.23 | 5.37 | - |
| YUV | 100.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 56 | 0 | 0.69 | 0.71 | 0.24 | 2.16 | 0.55 | 0.49 |
| Hex | C3 | 3D | 38 | 0 | 45 | 47 | 18 | 2 | 37 | 31 |
| Octal | 303 | 75 | 70 | 0 | 105 | 107 | 30 | 2 | 67 | 61 |
| Binary | 11000011 | 111101 | 111000 | 0 | 1000101 | 1000111 | 11000 | 10 | 110111 | 110001 |
Color Harmonies of #C33D38
Complementary color
Monochromatic Colors of #C33D38
Black with #C33D38
Text Example
Text Example
White with #C33D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D38; }
p { color: rgb(195,61,56); }
H1.HeaderClassName
{
color: #C33D38;
}
.AnyTagClassName
{
color: #C33D38;
}
</style>
background-color css
<style>
a { background-color: #C33D38; }
a { background-color: rgb(195,61,56); }
div.DivClassName
{
background-color: #C33D38;
}
.BgClassName
{
background-color: #C33D38;
}
</style>
border-color css
<style>
span { border-color: #C33D38; }
span { border-color: rgb(195,61,56); }
td.TdClassName
{
border-color: #C33D38;
}
.TagClassName
{
border-color: #C33D38;
}
</style>