#CA3A2E

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

Shades of Persian Red #CA3A2E

Tints of Persian Red #CA3A2E

Color information

#CA3A2E (or 0xCA3A2E) is unknown color: approx Persian Red. HEX triplet: CA, 3A and 2E. RGB value is (202,58,46). Sum of RGB (Red+Green+Blue) = 202+58+46=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A2E is #35C5D1. Grayscale: #636363. Windows color (decimal): -3524050 or 3029706. OLE color: 3029706.

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

Color convert

RGB2025846-
CMYK00.710.770.21
HSL4.62º62.9%48.63%-
HSV(B)4.62º77.23%79.22%-
XYZ26.3615.784.24-
YUV99.6997.71200.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.01%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=66.01%
G=18.95%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202584600.710.770.214.6262.948.63
HexCA3A2E0474D1553f31
Octal312725601071152557761
Binary1100101011101010111001000111100110110101101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A2E; }

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

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

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

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

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

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

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

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