Shades of Persian Red #CA423E
Tints of Persian Red #CA423E
RGB
CMYK
RGB Variations
Color information
#CA423E (or 0xCA423E) is known color: Persian Red. HEX triplet: CA, 42 and 3E. RGB value is (202,66,62). Sum of RGB (Red+Green+Blue) = 202+66+62=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA423E is #35BDC1. Grayscale: #6A6A6A. Windows color (decimal): -3521986 or 4080330. OLE color: 4080330.
HSL color Cylindrical-coordinate representation of color #CA423E: hue angle of 1.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA423E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 62 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.21 |
| HSL | 1.71º | 0.57% | 0.52% | - |
| HSV(B) | 1.71º | 0.69% | 0.79% | - |
| XYZ | 27.17 | 16.8 | 6.37 | - |
| YUV | 106.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 62 | 0 | 0.67 | 0.69 | 0.21 | 1.71 | 0.57 | 0.52 |
| Hex | CA | 42 | 3E | 0 | 43 | 45 | 15 | 2 | 39 | 34 |
| Octal | 312 | 102 | 76 | 0 | 103 | 105 | 25 | 2 | 71 | 64 |
| Binary | 11001010 | 1000010 | 111110 | 0 | 1000011 | 1000101 | 10101 | 10 | 111001 | 110100 |
Color Harmonies of #CA423E
Complementary color
Monochromatic Colors of #CA423E
Black with #CA423E
Text Example
Text Example
White with #CA423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA423E; }
p { color: rgb(202,66,62); }
H1.HeaderClassName
{
color: #CA423E;
}
.AnyTagClassName
{
color: #CA423E;
}
</style>
background-color css
<style>
a { background-color: #CA423E; }
a { background-color: rgb(202,66,62); }
div.DivClassName
{
background-color: #CA423E;
}
.BgClassName
{
background-color: #CA423E;
}
</style>
border-color css
<style>
span { border-color: #CA423E; }
span { border-color: rgb(202,66,62); }
td.TdClassName
{
border-color: #CA423E;
}
.TagClassName
{
border-color: #CA423E;
}
</style>