#CA2B2A

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

Shades of Persian Red #CA2B2A

Tints of Persian Red #CA2B2A

Color information

#CA2B2A (or 0xCA2B2A) is unknown color: approx Persian Red. HEX triplet: CA, 2B and 2A. RGB value is (202,43,42). Sum of RGB (Red+Green+Blue) = 202+43+42=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B2A is #35D4D5. Grayscale: #5A5A5A. Windows color (decimal): -3527894 or 2763722. OLE color: 2763722.

HSL color Cylindrical-coordinate representation of color #CA2B2A: hue angle of 0.38º 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 #CA2B2A is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2024342-
CMYK00.790.790.21
HSL0.38º65.57%47.84%-
HSV(B)0.38º79.21%79.22%-
XYZ25.6414.453.63-
YUV90.43100.68207.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 43 (17.19% from 255) = 14.98%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=70.38%
G=14.98%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202434200.790.790.210.3865.5747.84
HexCA2B2A04F4F1504230
Octal3125352011711725010260
Binary110010101010111010100100111110011111010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B2A; }

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

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

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

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

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

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

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

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