#C43E3D

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

Shades of Persian Red #C43E3D

Tints of Persian Red #C43E3D

Color information

#C43E3D (or 0xC43E3D) is unknown color: approx Persian Red. HEX triplet: C4, 3E and 3D. RGB value is (196,62,61). Sum of RGB (Red+Green+Blue) = 196+62+61=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E3D is #3BC1C2. Grayscale: #666666. Windows color (decimal): -3916227 or 4013764. OLE color: 4013764.

HSL color Cylindrical-coordinate representation of color #C43E3D: hue angle of 0.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43E3D is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1966261-
CMYK00.680.690.23
HSL0.44º53.36%50.39%-
HSV(B)0.44º68.88%76.86%-
XYZ25.3315.526.08-
YUV101.95104.89195.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.44%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=61.44%
G=19.44%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196626100.680.690.230.4453.3650.39
HexC43E3D044451703532
Octal304767501041052706562
Binary11000100111110111101010001001000101101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E3D; }

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

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

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

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

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

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

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

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