Shades of Persian Red #CA382F
Tints of Persian Red #CA382F
RGB
CMYK
RGB Variations
Color information
#CA382F (or 0xCA382F) is known color: Persian Red. HEX triplet: CA, 38 and 2F. RGB value is (202,56,47). Sum of RGB (Red+Green+Blue) = 202+56+47=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA382F is #35C7D0. Grayscale: #626262. Windows color (decimal): -3524561 or 3094730. OLE color: 3094730.
HSL color Cylindrical-coordinate representation of color #CA382F: hue angle of 3.48º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA382F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 47 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.21 |
| HSL | 3.48º | 0.62% | 0.49% | - |
| HSV(B) | 3.48º | 0.77% | 0.79% | - |
| XYZ | 26.28 | 15.59 | 4.31 | - |
| YUV | 98.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 47 | 0 | 0.72 | 0.77 | 0.21 | 3.48 | 0.62 | 0.49 |
| Hex | CA | 38 | 2F | 0 | 48 | 4D | 15 | 3 | 3E | 31 |
| Octal | 312 | 70 | 57 | 0 | 110 | 115 | 25 | 3 | 76 | 61 |
| Binary | 11001010 | 111000 | 101111 | 0 | 1001000 | 1001101 | 10101 | 11 | 111110 | 110001 |
Color Harmonies of #CA382F
Complementary color
Monochromatic Colors of #CA382F
Black with #CA382F
Text Example
Text Example
White with #CA382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA382F; }
p { color: rgb(202,56,47); }
H1.HeaderClassName
{
color: #CA382F;
}
.AnyTagClassName
{
color: #CA382F;
}
</style>
background-color css
<style>
a { background-color: #CA382F; }
a { background-color: rgb(202,56,47); }
div.DivClassName
{
background-color: #CA382F;
}
.BgClassName
{
background-color: #CA382F;
}
</style>
border-color css
<style>
span { border-color: #CA382F; }
span { border-color: rgb(202,56,47); }
td.TdClassName
{
border-color: #CA382F;
}
.TagClassName
{
border-color: #CA382F;
}
</style>