Shades of Persian Red #CA3D3C
Tints of Persian Red #CA3D3C
RGB
CMYK
RGB Variations
Color information
#CA3D3C (or 0xCA3D3C) is known color: Persian Red. HEX triplet: CA, 3D and 3C. RGB value is (202,61,60). Sum of RGB (Red+Green+Blue) = 202+61+60=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3D3C is #35C2C3. Grayscale: #676767. Windows color (decimal): -3523268 or 3947978. OLE color: 3947978.
HSL color Cylindrical-coordinate representation of color #CA3D3C: hue angle of 0.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D3C is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 60 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.21 |
| HSL | 0.42º | 0.57% | 0.51% | - |
| HSV(B) | 0.42º | 0.7% | 0.79% | - |
| XYZ | 26.84 | 16.22 | 5.99 | - |
| YUV | 103.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 60 | 0 | 0.70 | 0.70 | 0.21 | 0.42 | 0.57 | 0.51 |
| Hex | CA | 3D | 3C | 0 | 46 | 46 | 15 | 0 | 39 | 33 |
| Octal | 312 | 75 | 74 | 0 | 106 | 106 | 25 | 0 | 71 | 63 |
| Binary | 11001010 | 111101 | 111100 | 0 | 1000110 | 1000110 | 10101 | 0 | 111001 | 110011 |
Color Harmonies of #CA3D3C
Complementary color
Monochromatic Colors of #CA3D3C
Black with #CA3D3C
Text Example
Text Example
White with #CA3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3D3C; }
p { color: rgb(202,61,60); }
H1.HeaderClassName
{
color: #CA3D3C;
}
.AnyTagClassName
{
color: #CA3D3C;
}
</style>
background-color css
<style>
a { background-color: #CA3D3C; }
a { background-color: rgb(202,61,60); }
div.DivClassName
{
background-color: #CA3D3C;
}
.BgClassName
{
background-color: #CA3D3C;
}
</style>
border-color css
<style>
span { border-color: #CA3D3C; }
span { border-color: rgb(202,61,60); }
td.TdClassName
{
border-color: #CA3D3C;
}
.TagClassName
{
border-color: #CA3D3C;
}
</style>