#CA403A

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

Shades of Persian Red #CA403A

Tints of Persian Red #CA403A

Color information

#CA403A (or 0xCA403A) is unknown color: approx Persian Red. HEX triplet: CA, 40 and 3A. RGB value is (202,64,58). Sum of RGB (Red+Green+Blue) = 202+64+58=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA403A is #35BFC5. Grayscale: #686868. Windows color (decimal): -3522502 or 3817674. OLE color: 3817674.

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

Color convert

RGB2026458-
CMYK00.680.710.21
HSL2.5º57.6%50.98%-
HSV(B)2.5º71.29%79.22%-
XYZ26.9516.535.77-
YUV104.58101.72197.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.35%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=62.35%
G=19.75%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202645800.680.710.212.557.650.98
HexCA403A044471533a33
Octal3121007201041072537263
Binary1100101010000001110100100010010001111010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA403A; }

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

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

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

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

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

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

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

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