#CA2322

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

Shades of Persian Red #CA2322

Tints of Persian Red #CA2322

Color information

#CA2322 (or 0xCA2322) is unknown color: approx Persian Red. HEX triplet: CA, 23 and 22. RGB value is (202,35,34). Sum of RGB (Red+Green+Blue) = 202+35+34=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2322 is #35DCDD. Grayscale: #545454. Windows color (decimal): -3529950 or 2237386. OLE color: 2237386.

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

Color convert

RGB2023534-
CMYK00.830.830.21
HSL0.36º71.19%46.27%-
HSV(B)0.36º83.17%79.22%-
XYZ25.2513.872.86-
YUV84.8299.33211.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.54%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 34 (13.67% from 255) = 12.55%
R=74.54%
G=12.92%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202353400.830.830.210.3671.1946.27
HexCA232205353150472e
Octal3124342012312325010756
Binary110010101000111000100101001110100111010101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2322; }

 p { color: rgb(202,35,34); }

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

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

 a { background-color: rgb(202,35,34); }

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

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

 span { border-color: rgb(202,35,34); }

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