#C43229

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

Shades of Persian Red #C43229

Tints of Persian Red #C43229

Color information

#C43229 (or 0xC43229) is unknown color: approx Persian Red. HEX triplet: C4, 32 and 29. RGB value is (196,50,41). Sum of RGB (Red+Green+Blue) = 196+50+41=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C43229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43229 is #3BCDD6. Grayscale: #5C5C5C. Windows color (decimal): -3919319 or 2699972. OLE color: 2699972.

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

Color convert

RGB1965041-
CMYK00.740.790.23
HSL3.48º65.4%46.47%-
HSV(B)3.48º79.08%76.86%-
XYZ24.3114.183.55-
YUV92.6398.87201.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=68.29%
G=17.42%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196504100.740.790.233.4865.446.47
HexC4322904A4F173412e
Octal3046251011211727310156
Binary1100010011001010100101001010100111110111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43229; }

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

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

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

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

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

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

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

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