#C53626

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

Shades of Persian Red #C53626

Tints of Persian Red #C53626

Color information

#C53626 (or 0xC53626) is unknown color: approx Persian Red. HEX triplet: C5, 36 and 26. RGB value is (197,54,38). Sum of RGB (Red+Green+Blue) = 197+54+38=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C53626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53626 is #3AC9D9. Grayscale: #5F5F5F. Windows color (decimal): -3852762 or 2504389. OLE color: 2504389.

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

Color convert

RGB1975438-
CMYK00.730.810.23
HSL6.04º67.66%46.08%-
HSV(B)6.04º80.71%77.25%-
XYZ24.6914.653.36-
YUV94.9395.88200.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=68.17%
G=18.69%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197543800.730.810.236.0467.6646.08
HexC5362604951176442e
Octal3056646011112127610456
Binary11000101110110100110010010011010001101111101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53626; }

 p { color: rgb(197,54,38); }

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

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

 a { background-color: rgb(197,54,38); }

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

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

 span { border-color: rgb(197,54,38); }

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