#C53B29

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

Shades of Persian Red #C53B29

Tints of Persian Red #C53B29

Color information

#C53B29 (or 0xC53B29) is unknown color: approx Persian Red. HEX triplet: C5, 3B and 29. RGB value is (197,59,41). Sum of RGB (Red+Green+Blue) = 197+59+41=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B29 is #3AC4D6. Grayscale: #626262. Windows color (decimal): -3851479 or 2702277. OLE color: 2702277.

HSL color Cylindrical-coordinate representation of color #C53B29: hue angle of 6.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C53B29 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1975941-
CMYK00.700.790.23
HSL6.92º65.55%46.67%-
HSV(B)6.92º79.19%77.25%-
XYZ24.9915.163.71-
YUV98.2195.72198.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.33%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=66.33%
G=19.87%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197594100.700.790.236.9265.5546.67
HexC53B290464F177422f
Octal3057351010611727710257
Binary11000101111011101001010001101001111101111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B29; }

 p { color: rgb(197,59,41); }

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

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

 a { background-color: rgb(197,59,41); }

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

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

 span { border-color: rgb(197,59,41); }

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