Shades of Persian Red #C33D3D
Tints of Persian Red #C33D3D
RGB
CMYK
RGB Variations
Color information
#C33D3D (or 0xC33D3D) is known color: Persian Red. HEX triplet: C3, 3D and 3D. RGB value is (195,61,61). Sum of RGB (Red+Green+Blue) = 195+61+61=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D3D is #3CC2C2. Grayscale: #656565. Windows color (decimal): -3982019 or 4013507. OLE color: 4013507.
HSL color Cylindrical-coordinate representation of color #C33D3D: hue angle of 0º 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 #C33D3D is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 61 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.24 |
| HSL | 0º | 0.53% | 0.5% | - |
| HSV(B) | 0º | 0.69% | 0.76% | - |
| XYZ | 25.02 | 15.28 | 6.05 | - |
| YUV | 101.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 61 | 0 | 0.69 | 0.69 | 0.24 | 0 | 0.53 | 0.5 |
| Hex | C3 | 3D | 3D | 0 | 45 | 45 | 18 | 0 | 35 | 32 |
| Octal | 303 | 75 | 75 | 0 | 105 | 105 | 30 | 0 | 65 | 62 |
| Binary | 11000011 | 111101 | 111101 | 0 | 1000101 | 1000101 | 11000 | 0 | 110101 | 110010 |
Color Harmonies of #C33D3D
Complementary color
Monochromatic Colors of #C33D3D
Black with #C33D3D
Text Example
Text Example
White with #C33D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D3D; }
p { color: rgb(195,61,61); }
H1.HeaderClassName
{
color: #C33D3D;
}
.AnyTagClassName
{
color: #C33D3D;
}
</style>
background-color css
<style>
a { background-color: #C33D3D; }
a { background-color: rgb(195,61,61); }
div.DivClassName
{
background-color: #C33D3D;
}
.BgClassName
{
background-color: #C33D3D;
}
</style>
border-color css
<style>
span { border-color: #C33D3D; }
span { border-color: rgb(195,61,61); }
td.TdClassName
{
border-color: #C33D3D;
}
.TagClassName
{
border-color: #C33D3D;
}
</style>