#C23529

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

Shades of Persian Red #C23529

Tints of Persian Red #C23529

Color information

#C23529 (or 0xC23529) is unknown color: approx Persian Red. HEX triplet: C2, 35 and 29. RGB value is (194,53,41). Sum of RGB (Red+Green+Blue) = 194+53+41=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23529 is #3DCAD6. Grayscale: #5D5D5D. Windows color (decimal): -4049623 or 2700738. OLE color: 2700738.

HSL color Cylindrical-coordinate representation of color #C23529: hue angle of 4.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23529 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1945341-
CMYK00.730.790.24
HSL4.71º65.11%46.08%-
HSV(B)4.71º78.87%76.08%-
XYZ23.9214.183.57-
YUV93.7998.21199.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.36%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=67.36%
G=18.40%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194534100.730.790.244.7165.1146.08
HexC235290494F185412e
Octal3026551011111730510156
Binary11000010110101101001010010011001111110001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23529; }

 p { color: rgb(194,53,41); }

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

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

 a { background-color: rgb(194,53,41); }

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

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

 span { border-color: rgb(194,53,41); }

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