#C43937

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

Shades of Persian Red #C43937

Tints of Persian Red #C43937

Color information

#C43937 (or 0xC43937) is unknown color: approx Persian Red. HEX triplet: C4, 39 and 37. RGB value is (196,57,55). Sum of RGB (Red+Green+Blue) = 196+57+55=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C43937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43937 is #3BC6C8. Grayscale: #626262. Windows color (decimal): -3917513 or 3619268. OLE color: 3619268.

HSL color Cylindrical-coordinate representation of color #C43937: hue angle of 0.85º 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 #C43937 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1965755-
CMYK00.710.720.23
HSL0.85º56.18%49.22%-
HSV(B)0.85º71.94%76.86%-
XYZ24.9214.945.18-
YUV98.33103.55197.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.64%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=63.64%
G=18.51%
B=17.86%

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
Decimal196575500.710.720.230.8556.1849.22
HexC43937047481713831
Octal304716701071102717061
Binary11000100111001110111010001111001000101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43937; }

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

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

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

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

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

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

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

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