#CA3E33

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

Shades of Persian Red #CA3E33

Tints of Persian Red #CA3E33

Color information

#CA3E33 (or 0xCA3E33) is unknown color: approx Persian Red. HEX triplet: CA, 3E and 33. RGB value is (202,62,51). Sum of RGB (Red+Green+Blue) = 202+62+51=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E33 is #35C1CC. Grayscale: #666666. Windows color (decimal): -3523021 or 3358410. OLE color: 3358410.

HSL color Cylindrical-coordinate representation of color #CA3E33: hue angle of 4.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3E33 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2026251-
CMYK00.690.750.21
HSL4.37º59.68%49.61%-
HSV(B)4.37º74.75%79.22%-
XYZ26.6816.244.86-
YUV102.6198.88198.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=64.13%
G=19.68%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202625100.690.750.214.3759.6849.61
HexCA3E330454B1543c32
Octal312766301051132547462
Binary1100101011111011001101000101100101110101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3E33; }

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

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

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

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

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

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

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

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