#C43E36

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

Shades of Persian Red #C43E36

Tints of Persian Red #C43E36

Color information

#C43E36 (or 0xC43E36) is unknown color: approx Persian Red. HEX triplet: C4, 3E and 36. RGB value is (196,62,54). Sum of RGB (Red+Green+Blue) = 196+62+54=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E36 is #3BC1C9. Grayscale: #656565. Windows color (decimal): -3916234 or 3555012. OLE color: 3555012.

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

Color convert

RGB1966254-
CMYK00.680.720.23
HSL3.38º56.8%49.02%-
HSV(B)3.38º72.45%76.86%-
XYZ25.1515.455.15-
YUV101.15101.39195.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.82%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=62.82%
G=19.87%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196625400.680.720.233.3856.849.02
HexC43E36044481733931
Octal304766601041102737161
Binary110001001111101101100100010010010001011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E36; }

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

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

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

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

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

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

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

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