#C43E34

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

Shades of Persian Red #C43E34

Tints of Persian Red #C43E34

Color information

#C43E34 (or 0xC43E34) is unknown color: approx Persian Red. HEX triplet: C4, 3E and 34. RGB value is (196,62,52). Sum of RGB (Red+Green+Blue) = 196+62+52=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E34 is #3BC1CB. Grayscale: #656565. Windows color (decimal): -3916236 or 3423940. OLE color: 3423940.

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

Color convert

RGB1966252-
CMYK00.680.730.23
HSL4.17º58.06%48.63%-
HSV(B)4.17º73.47%76.86%-
XYZ25.1115.434.9-
YUV100.93100.39195.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 52 (20.70% from 255) = 16.77%
R=63.23%
G=20%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196625200.680.730.234.1758.0648.63
HexC43E34044491743a31
Octal304766401041112747261
Binary1100010011111011010001000100100100110111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E34; }

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

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

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

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

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

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

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

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