#CA322A

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

Shades of Persian Red #CA322A

Tints of Persian Red #CA322A

Color information

#CA322A (or 0xCA322A) is unknown color: approx Persian Red. HEX triplet: CA, 32 and 2A. RGB value is (202,50,42). Sum of RGB (Red+Green+Blue) = 202+50+42=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA322A is #35CDD5. Grayscale: #5E5E5E. Windows color (decimal): -3526102 or 2765514. OLE color: 2765514.

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

Color convert

RGB2025042-
CMYK00.750.790.21
HSL65.57%47.84%-
HSV(B)79.21%79.22%-
XYZ25.92153.72-
YUV94.5498.36204.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.71%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=68.71%
G=17.01%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202504200.750.790.21365.5747.84
HexCA322A04B4F1534230
Octal3126252011311725310260
Binary1100101011001010101001001011100111110101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA322A; }

 p { color: rgb(202,50,42); }

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

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

 a { background-color: rgb(202,50,42); }

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

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

 span { border-color: rgb(202,50,42); }

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