#C53A38

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

Shades of Persian Red #C53A38

Tints of Persian Red #C53A38

Color information

#C53A38 (or 0xC53A38) is unknown color: approx Persian Red. HEX triplet: C5, 3A and 38. RGB value is (197,58,56). Sum of RGB (Red+Green+Blue) = 197+58+56=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A38 is #3AC5C7. Grayscale: #636363. Windows color (decimal): -3851720 or 3685061. OLE color: 3685061.

HSL color Cylindrical-coordinate representation of color #C53A38: hue angle of 0.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53A38 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1975856-
CMYK00.710.720.23
HSL0.85º55.73%49.61%-
HSV(B)0.85º71.57%77.25%-
XYZ25.2515.185.34-
YUV99.33103.55197.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=63.34%
G=18.65%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197585600.710.720.230.8555.7349.61
HexC53A38047481713832
Octal305727001071102717062
Binary11000101111010111000010001111001000101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A38; }

 p { color: rgb(197,58,56); }

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

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

 a { background-color: rgb(197,58,56); }

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

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

 span { border-color: rgb(197,58,56); }

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