Shades of Persian Red #C3403D
Tints of Persian Red #C3403D
RGB
CMYK
RGB Variations
Color information
#C3403D (or 0xC3403D) is known color: Persian Red. HEX triplet: C3, 40 and 3D. RGB value is (195,64,61). Sum of RGB (Red+Green+Blue) = 195+64+61=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3403D is #3CBFC2. Grayscale: #666666. Windows color (decimal): -3981251 or 4014275. OLE color: 4014275.
HSL color Cylindrical-coordinate representation of color #C3403D: hue angle of 1.34º 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 #C3403D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 61 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.24 |
| HSL | 1.34º | 0.53% | 0.5% | - |
| HSV(B) | 1.34º | 0.69% | 0.76% | - |
| XYZ | 25.18 | 15.61 | 6.1 | - |
| YUV | 102.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 61 | 0 | 0.67 | 0.69 | 0.24 | 1.34 | 0.53 | 0.5 |
| Hex | C3 | 40 | 3D | 0 | 43 | 45 | 18 | 1 | 35 | 32 |
| Octal | 303 | 100 | 75 | 0 | 103 | 105 | 30 | 1 | 65 | 62 |
| Binary | 11000011 | 1000000 | 111101 | 0 | 1000011 | 1000101 | 11000 | 1 | 110101 | 110010 |
Color Harmonies of #C3403D
Complementary color
Monochromatic Colors of #C3403D
Black with #C3403D
Text Example
Text Example
White with #C3403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3403D; }
p { color: rgb(195,64,61); }
H1.HeaderClassName
{
color: #C3403D;
}
.AnyTagClassName
{
color: #C3403D;
}
</style>
background-color css
<style>
a { background-color: #C3403D; }
a { background-color: rgb(195,64,61); }
div.DivClassName
{
background-color: #C3403D;
}
.BgClassName
{
background-color: #C3403D;
}
</style>
border-color css
<style>
span { border-color: #C3403D; }
span { border-color: rgb(195,64,61); }
td.TdClassName
{
border-color: #C3403D;
}
.TagClassName
{
border-color: #C3403D;
}
</style>