#CA312C

Color #CA312C Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CA312C

Tints of Persian Red #CA312C

Color information

#CA312C (or 0xCA312C) is unknown color: approx Persian Red. HEX triplet: CA, 31 and 2C. RGB value is (202,49,44). Sum of RGB (Red+Green+Blue) = 202+49+44=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA312C is #35CED3. Grayscale: #5E5E5E. Windows color (decimal): -3526356 or 2896330. OLE color: 2896330.

HSL color Cylindrical-coordinate representation of color #CA312C: hue angle of 1.9º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA312C is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2024944-
CMYK00.760.780.21
HSL1.9º64.23%48.24%-
HSV(B)1.9º78.22%79.22%-
XYZ25.9114.943.9-
YUV94.1899.69204.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=68.47%
G=16.61%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202494400.760.780.211.964.2348.24
HexCA312C04C4E1524030
Octal3126154011411625210060
Binary1100101011000110110001001100100111010101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA312C; }

 p { color: rgb(202,49,44); }

 H1.HeaderClassName
 {
   color: #CA312C;
 }
 .AnyTagClassName
 {
   color: #CA312C;
 }
</style>
background-color css

<style>
 a { background-color: #CA312C; }

 a { background-color: rgb(202,49,44); }

 div.DivClassName
 {
   background-color: #CA312C;
 }
 .BgClassName
 {
   background-color: #CA312C;
 }
</style>
border-color css

<style>
 span { border-color: #CA312C; }

 span { border-color: rgb(202,49,44); }

 td.TdClassName
 {
   border-color: #CA312C;
 }
 .TagClassName
 {
   border-color: #CA312C;
 }
</style>