#CA3F2A

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

Shades of Persian Red #CA3F2A

Tints of Persian Red #CA3F2A

Color information

#CA3F2A (or 0xCA3F2A) is unknown color: approx Persian Red. HEX triplet: CA, 3F and 2A. RGB value is (202,63,42). Sum of RGB (Red+Green+Blue) = 202+63+42=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F2A is #35C0D5. Grayscale: #666666. Windows color (decimal): -3522774 or 2768842. OLE color: 2768842.

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

Color convert

RGB2026342-
CMYK00.690.790.21
HSL7.88º65.57%47.84%-
HSV(B)7.88º79.21%79.22%-
XYZ26.5516.283.93-
YUV102.1794.05199.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=65.80%
G=20.52%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202634200.690.790.217.8865.5747.84
HexCA3F2A0454F1584230
Octal31277520105117251010260
Binary110010101111111010100100010110011111010110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F2A; }

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

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

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

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

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

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

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

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