#C43832

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

Shades of Persian Red #C43832

Tints of Persian Red #C43832

Color information

#C43832 (or 0xC43832) is unknown color: approx Persian Red. HEX triplet: C4, 38 and 32. RGB value is (196,56,50). Sum of RGB (Red+Green+Blue) = 196+56+50=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C43832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43832 is #3BC7CD. Grayscale: #616161. Windows color (decimal): -3917774 or 3291332. OLE color: 3291332.

HSL color Cylindrical-coordinate representation of color #C43832: hue angle of 2.47º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43832 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB1965650-
CMYK00.710.740.23
HSL2.47º59.35%48.24%-
HSV(B)2.47º74.49%76.86%-
XYZ24.7514.794.57-
YUV97.18101.38198.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.90%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=64.90%
G=18.54%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196565000.710.740.232.4759.3548.24
HexC438320474A1723b30
Octal304706201071122727360
Binary110001001110001100100100011110010101011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43832; }

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

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

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

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

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

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

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

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