#C43D36

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

Shades of Persian Red #C43D36

Tints of Persian Red #C43D36

Color information

#C43D36 (or 0xC43D36) is unknown color: approx Persian Red. HEX triplet: C4, 3D and 36. RGB value is (196,61,54). Sum of RGB (Red+Green+Blue) = 196+61+54=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D36 is #3BC2C9. Grayscale: #646464. Windows color (decimal): -3916490 or 3554756. OLE color: 3554756.

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

Color convert

RGB1966154-
CMYK00.690.720.23
HSL2.96º56.8%49.02%-
HSV(B)2.96º72.45%76.86%-
XYZ25.115.345.13-
YUV100.57101.73196.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=63.02%
G=19.61%
B=17.36%

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
Decimal196615400.690.720.232.9656.849.02
HexC43D36045481733931
Octal304756601051102737161
Binary110001001111011101100100010110010001011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43D36; }

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

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

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

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

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

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

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

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