#CA2E2B

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

Shades of Persian Red #CA2E2B

Tints of Persian Red #CA2E2B

Color information

#CA2E2B (or 0xCA2E2B) is unknown color: approx Persian Red. HEX triplet: CA, 2E and 2B. RGB value is (202,46,43). Sum of RGB (Red+Green+Blue) = 202+46+43=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E2B is #35D1D4. Grayscale: #5C5C5C. Windows color (decimal): -3527125 or 2830026. OLE color: 2830026.

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

Color convert

RGB2024643-
CMYK00.770.790.21
HSL1.13º64.9%48.04%-
HSV(B)1.13º78.71%79.22%-
XYZ25.7714.683.76-
YUV92.3100.18206.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.42%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=69.42%
G=15.81%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202464300.770.790.211.1364.948.04
HexCA2E2B04D4F1514130
Octal3125653011511725110160
Binary110010101011101010110100110110011111010111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E2B; }

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

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

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

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

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

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

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

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