#C43C29

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

Shades of Persian Red #C43C29

Tints of Persian Red #C43C29

Color information

#C43C29 (or 0xC43C29) is unknown color: approx Persian Red. HEX triplet: C4, 3C and 29. RGB value is (196,60,41). Sum of RGB (Red+Green+Blue) = 196+60+41=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C29 is #3BC3D6. Grayscale: #626262. Windows color (decimal): -3916759 or 2702532. OLE color: 2702532.

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

Color convert

RGB1966041-
CMYK00.690.790.23
HSL7.35º65.4%46.47%-
HSV(B)7.35º79.08%76.86%-
XYZ24.7815.133.71-
YUV98.595.56197.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=65.99%
G=20.20%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196604100.690.790.237.3565.446.47
HexC43C290454F177412e
Octal3047451010511727710156
Binary11000100111100101001010001011001111101111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43C29; }

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

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

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

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

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

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

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

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