#CA3E3D

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

Shades of Persian Red #CA3E3D

Tints of Persian Red #CA3E3D

Color information

#CA3E3D (or 0xCA3E3D) is unknown color: approx Persian Red. HEX triplet: CA, 3E and 3D. RGB value is (202,62,61). Sum of RGB (Red+Green+Blue) = 202+62+61=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E3D is #35C1C2. Grayscale: #676767. Windows color (decimal): -3523011 or 4013770. OLE color: 4013770.

HSL color Cylindrical-coordinate representation of color #CA3E3D: hue angle of 0.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3E3D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2026261-
CMYK00.690.700.21
HSL0.43º57.09%51.57%-
HSV(B)0.43º69.8%79.22%-
XYZ26.9216.346.15-
YUV103.75103.88198.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.15%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=62.15%
G=19.08%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202626100.690.700.210.4357.0951.57
HexCA3E3D045461503934
Octal312767501051062507164
Binary11001010111110111101010001011000110101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3E3D; }

 p { color: rgb(202,62,61); }

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

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

 a { background-color: rgb(202,62,61); }

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

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

 span { border-color: rgb(202,62,61); }

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