#C43C36

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

Shades of Persian Red #C43C36

Tints of Persian Red #C43C36

Color information

#C43C36 (or 0xC43C36) is unknown color: approx Persian Red. HEX triplet: C4, 3C and 36. RGB value is (196,60,54). Sum of RGB (Red+Green+Blue) = 196+60+54=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C36 is #3BC3C9. Grayscale: #646464. Windows color (decimal): -3916746 or 3554500. OLE color: 3554500.

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

Color convert

RGB1966054-
CMYK00.690.720.23
HSL2.54º56.8%49.02%-
HSV(B)2.54º72.45%76.86%-
XYZ25.0515.235.11-
YUV99.98102.06196.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 60 (23.83% from 255) = 19.35%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=63.23%
G=19.35%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196605400.690.720.232.5456.849.02
HexC43C36045481733931
Octal304746601051102737161
Binary110001001111001101100100010110010001011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43C36; }

 p { color: rgb(196,60,54); }

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

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

 a { background-color: rgb(196,60,54); }

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

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

 span { border-color: rgb(196,60,54); }

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