#C43A37

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

Shades of Persian Red #C43A37

Tints of Persian Red #C43A37

Color information

#C43A37 (or 0xC43A37) is unknown color: approx Persian Red. HEX triplet: C4, 3A and 37. RGB value is (196,58,55). Sum of RGB (Red+Green+Blue) = 196+58+55=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A37 is #3BC5C8. Grayscale: #636363. Windows color (decimal): -3917257 or 3619524. OLE color: 3619524.

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

Color convert

RGB1965855-
CMYK00.700.720.23
HSL1.28º56.18%49.22%-
HSV(B)1.28º71.94%76.86%-
XYZ24.9715.045.2-
YUV98.92103.22197.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.43%
GREEN value IS 58 (23.05% from 255) = 18.77%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=63.43%
G=18.77%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196585500.700.720.231.2856.1849.22
HexC43A37046481713831
Octal304726701061102717061
Binary11000100111010110111010001101001000101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A37; }

 p { color: rgb(196,58,55); }

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

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

 a { background-color: rgb(196,58,55); }

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

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

 span { border-color: rgb(196,58,55); }

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