#c23528

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

Shades of Persian Red #C23528

Tints of Persian Red #C23528

Color information

#C23528 (or 0xC23528) is unknown color: approx Persian Red. HEX triplet: C2, 35 and 28. RGB value is (194,53,40). Sum of RGB (Red+Green+Blue) = 194+53+40=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23528 is #3DCAD7. Grayscale: #5D5D5D. Windows color (decimal): -4049624 or 2635202. OLE color: 2635202.

HSL color Cylindrical-coordinate representation of color #C23528: hue angle of 5.06º degrees, saturation: 0.66, 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 #C23528 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1945340-
CMYK00.730.790.24
HSL5.06º65.81%45.88%-
HSV(B)5.06º79.38%76.08%-
XYZ23.914.173.48-
YUV93.6897.71199.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.60%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=67.60%
G=18.47%
B=13.94%

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
Decimal194534000.730.790.245.0665.8145.88
HexC235280494F185422e
Octal3026550011111730510256
Binary11000010110101101000010010011001111110001011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23528; }

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

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

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

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

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

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

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

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