#CA3726

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

Shades of Persian Red #CA3726

Tints of Persian Red #CA3726

Color information

#CA3726 (or 0xCA3726) is unknown color: approx Persian Red. HEX triplet: CA, 37 and 26. RGB value is (202,55,38). Sum of RGB (Red+Green+Blue) = 202+55+38=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3726 is #35C8D9. Grayscale: #616161. Windows color (decimal): -3524826 or 2504650. OLE color: 2504650.

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

Color convert

RGB2025538-
CMYK00.730.810.21
HSL6.22º68.33%47.06%-
HSV(B)6.22º81.19%79.22%-
XYZ26.0715.433.44-
YUV97.0194.7202.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=68.47%
G=18.64%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202553800.730.810.216.2268.3347.06
HexCA372604951156442f
Octal3126746011112125610457
Binary11001010110111100110010010011010001101011101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3726; }

 p { color: rgb(202,55,38); }

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

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

 a { background-color: rgb(202,55,38); }

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

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

 span { border-color: rgb(202,55,38); }

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